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
chevron-right
200

Successful offramp transfer complete response

application/json
idstring · uuidOptional

The unique identifier for the offramp transfer

statusstring · enumOptional

The current status of the offramp transfer

Example: processingPossible values:
amountstring · decimalOptional

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

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

The currency to be deposited

Example: usdcPossible values:
source_networkstring · enumOptional

The blockchain network for the source token

Example: polygonPossible values:
destination_currencystring · enumOptional

The currency for the destination

Example: usdPossible values:
destination_payment_railsstring · enumOptional

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 ofOptional
or
or
post
/v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete
200

Successful offramp transfer complete response

Last updated