Skip to main content
The Platform API lets Platform customers onboard their own end customers as accounts, manage beneficiaries and payment rails, and move money via deposits, transfers, and payments. All endpoints are authenticated with HMAC-signed API keys. The production base URL is provided when your API access is issued; all paths in this reference are relative to it. Requests are rate limited and restricted to the IP addresses you register — exceeding the limit returns 429. All timestamps are ISO 8601 in UTC; dates are YYYY-MM-DD. For reads (GET), the request is the path and query parameters shown — there is no body. Writes (POST / PATCH) document a request-body schema. disable actions take the path id with an empty body.

Onboarding (KYB)

How end customers are verified, from account creation to approval.

Flow of funds

How money moves through virtual accounts, deposits, transfers, and payments.
Start with Authentication, then see Errors, Object IDs, and Idempotency & Pagination for conventions shared by every endpoint — or jump to the Endpoint Summary for the full surface at a glance.