Create Transfer From Quote

Create Offramp Transfer from Quote

post
/v0/customers/{customer_id}/offramp-transfer/quote/{quote_id}
Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

quote_idstring · uuidRequired

The unique identifier of the quote

Header parameters
AuthorizationstringRequired

Token for authentication

Idempotency-KeystringRequired

Unique key to prevent duplicate requests

Body

You can provide either a reference to an existing external account ID or the complete bank account details for the destination.

or
Responses
post
/v0/customers/{customer_id}/offramp-transfer/quote/{quote_id}
201

Offramp transfer created successfully

Last updated