Complete Offramp Transfer
Finalize Offramp Transfer: Confirm Customer Deposit and Initiate Transfer Process
post
/v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete
Path parameters
transfer_idstring · uuidRequired
The unique identifier of the cross-chain transfer
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Idempotency-KeystringRequired
Unique key to prevent duplicate requests
Body
deposit_transaction_hashstringRequired
The transaction hash of the deposit transaction
Responses
200
Successful offramp transfer complete response
application/json
idstring · uuidOptional
The unique identifier for the offramp transfer
statusstring · enumOptionalExample:
The current status of the offramp transfer
processingPossible values: amountstring · decimalOptionalExample:
The destination amount of the offramp transfer as a numeric string.
100.50Pattern: ^[0-9]+(\.[0-9]+)?$source_tokenstring · enumOptionalExample:
The currency to be deposited
usdcPossible values: source_networkstring · enumOptionalExample:
The blockchain network for the source token
polygonPossible values: destination_currencystring · enumOptionalExample:
The currency for the destination
usdPossible values: destination_payment_railsstring · enumOptionalExample:
The rails type to be used for the bank transfer
achPossible values: transfer_purposestring · enumOptionalPossible values:
The purpose of the transfer
destination_bank_accountone ofOptional
or
or
post
/v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete200
Successful offramp transfer complete response
Last updated
