For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

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 · 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:
payment_referencestring · max: 35Optional

Free-text reference sent with the payment. Max 35 characters.

Example: Invoice 12345
destination_bank_accountone ofOptional
or
or
post/v0/customers/{customer_id}/offramp-transfer/{transfer_id}/complete
200

Successful offramp transfer complete response

Last updated