Mintlify documentation for the HelloPay API, including getting started guides, payment rail walkthroughs, and the API reference used by the docs site.
- Node.js 18+
- Mintlify CLI
Install the CLI globally, or run it on demand with npx if you prefer not to install it:
npm i -g mintnpx mint devFrom this directory, start the local docs preview:
mint devThe site will be available at http://localhost:3000.
docs.json: Mintlify configuration, navigation, branding, and API settingsindex.mdx: Documentation landing pagegetting-started/: Authentication, sandbox, and webhook setupguides/: Step-by-step integration guides for payins and payoutsopenapi.yaml: OpenAPI spec used for the API reference
Changes are deployed through Mintlify after they are merged into the default branch connected to the HelloPay docs project.
mint dev
mint updateUse mint update if the local preview is outdated or fails to load correctly.