Skip to main content
POST
Register Destination Account

Authorizations

x-api-key
string
header
required

API key for authentication. Must be included in the x-api-key header.

Body

application/json
user_id
string<uuid>
required

The unique identifier of the user

Example:

"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

crypto
string
required

Stablecoin to be off-ramped from the user's wallet

Example:

"USDC"

blockchain
string
required

Blockchain network of the source funds

Example:

"solana"

destination_currency
string
required

Fiat currency for payout (ISO 4217)

Example:

"PHP"

recipient_details
object
required
bank_account_type
enum<string>
required

Account ownership type for compliance

Available options:
INDIVIDUAL,
BUSINESS
Example:

"INDIVIDUAL"

Response

Destination account registered successfully