Endpoint
Currency support
Availability can still depend on which providers and rails are enabled for your business.
Account issuance is asynchronous. A successful API response means the request was accepted, not that the account is active yet — see Issuance lifecycle below.
Request body
Important rules
- A customer can only have one active account per currency.
- If a request for the same customer and currency is already processing, a new one may be rejected until the earlier one completes or fails.
Initial response
A successful submission means the request was accepted for processing, not that the account is active yet.id — you’ll need it to track the issuance lifecycle.
Issuance lifecycle
A request can move through these states:INACTIVE— the request was created and is still being processedACTIVE— the account was issued and is ready to receive fundsDECLINED— the request didn’t pass verification or issuance checks