Create Offramp Transfer

Create new Offramp Transfer

post
/v0/customers/{customer_id}/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 · decimalRequired

The destination amount of the offramp transfer as a numeric string.

Example: 100.50Pattern: ^[0-9]+(\.[0-9]+)?$
source_tokenstring · enumRequired

The currency to be deposited

Example: usdcPossible values:
source_networkstring · enumRequired

The blockchain network for the source token

Example: polygonPossible values:
destination_currencystring · enumRequired

The currency for the destination

Example: usdPossible values:
destination_payment_railsstring · enumRequired

The rails type to be used for the bank transfer

Example: achPossible values:
transfer_purposestring · enumOptional

The purpose of the transfer

Possible values:
destination_bank_accountone ofRequired
or
or
Responses
post
/v0/customers/{customer_id}/offramp-transfer
201

Successful offramp transfer initiation response

Last updated