Create Offramp Transfer
Creates offramp transfer and returns deposit information
Path parameters
customer_idstringRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Idempotency-KeystringRequired
Unique key to prevent duplicate requests
Body
amountstring · decimalRequiredExample:
The destination amount of the offramp transfer as a numeric string.
100.50Pattern: ^[0-9]+(\.[0-9]+)?$source_tokenstring · enumRequiredExample:
The currency to be deposited
usdcPossible values: source_networkstring · enumRequiredExample:
The blockchain network for the source token
polygonPossible values: destination_currencystring · enumRequiredExample:
The currency for the destination
usdPossible values: destination_payment_railsstring · enumRequiredExample:
The rails type to be used for the bank transfer
achPossible values: transfer_purposestring · enumOptionalPossible values:
The purpose of the transfer
destination_bank_accountone ofRequired
or
or
Responses
201
Successful offramp transfer initiation response
application/json
post
/v0/customers/{customer_id}/offramp-transfer201
Successful offramp transfer initiation response
Last updated