Account Management
Register Destination Account
Register a new destination account (bank account or card) for a user
POST
Register Destination Account
Documentation Index
Fetch the complete documentation index at: https://docs.carbn.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must be included in the x-api-key header.
Body
application/json
The unique identifier of the user
Example:
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Stablecoin to be off-ramped from the user's wallet
Example:
"USDC"
Blockchain network of the source funds
Example:
"solana"
Fiat currency for payout (ISO 4217)
Example:
"PHP"
Account ownership type for compliance
Available options:
INDIVIDUAL, BUSINESS Example:
"INDIVIDUAL"
Response
Destination account registered successfully
Register Destination Account