Create a Conversion Account
Creates a new conversion account for on-ramp conversion
Request
This endpoint expects an object.
individual_id
The public ID of the individual
payout_account
Destination account for converted funds
source_currency
Source currency code (e.g., mxn)
destination_currency
Destination currency code (e.g., usdc)
client_reference_id
Your unique identifier for this conversion account. Use this to correlate with your records in your own system. Maximum 255 characters.
Response
Conversion account created with deposit instructions
id
Unique public identifier for the conversion account
individual_id
Unique public identifier for the associated individual
payout_account
Destination account for converted funds
source_currency
Source currency code (e.g., mxn)
destination_currency
Destination currency code (e.g., usdc)
status
Status of the conversion account
created_at
ISO 8601 timestamp when the conversion account was created
updated_at
ISO 8601 timestamp when the conversion account was last updated
deposit_instructions
Instructions for end-users to deposit funds into the conversion account (e.g. virtual account or QR code details)

