Create Transfer From Quote
POST /v0/customers/{customer_id}/offramp-transfer/quote/{quote_id}
Path parameters
customer_id
string · uuid
Yes
The unique identifier of the customer
quote_id
string · uuid
Yes
The unique identifier of the quote
Header parameters
Authorization
string
Yes
Token for authentication
Idempotency-Key
string
Yes
Unique key to prevent duplicate requests
Body
Content-Type: application/json
You can provide either a reference to an existing external account ID or the complete bank account details for the destination.
transfer_purposestring · enum
The purpose of the transfer
Possible values: charitycommercial_investmentcorporate_cardcredit_carddividendfamilyfinancial_servicesgood_soldgoods_boughtgovernmentinsuranceintergroup_transferintra_group_dividendsinformation_technologyleasingloan_chargesmerchant_settlementmobile_walletnonenon_resident_transfer_between_accountspensionpersonal_expensesprepaid_cardsprofessionalrentalresident_transfer_between_accountssalariestelecommunicationstravelutility_bill
destination_external_account_idstring · uuid
The ID of the external account to use as the destination
file_id
descriptionstring · max: 512
DestinationBankAccountDetails (object)
Responses
201 — Pay Out transfer created successfully (application/json)
Last updated