Allocate Account
Creates a new merchant collection account that can receive customer payments. Each account is uniquely assigned to your business and comes with a dedicated bank account number.
Endpoint
POST /account/allocate
Request
Headers
Content-Type
* — Must beapplication/json
Authorization
* — Bearer token (Bearer YOUR_API_TOKEN
)x-request-id
* — Unique UUID per request for tracing
Body Parameters
merchantName
* (string) — The legal name of your company (cannot be empty)merchantReference
* (string) — A unique reference string you generate to identify this accounttag
(string, optional) — Optional account tag, typically assigned during onboarding
Responses
Last updated