Executes a previously created off-ramp transaction. This endpoint triggers the actual processing of the off-ramp transaction after crypto funds have been received.
destinationWalletAddress returned by the Create Off-Ramp endpoint.
| Status | Description |
|---|---|
PENDING | Transaction is pending processing. |
IN_PROGRESS | Transaction is being processed. |
COMPLETED | Transaction has completed successfully. |
FAILED | Transaction has failed. |
CANCELLED | Transaction was cancelled. |
CRYPTO_RECEIVED | Crypto payment has been received. |
CRYPTO_NOT_RECEIVED | Crypto payment was not received. |
COMPLETED_CRYPTO_RECEIVAL | Crypto receival process has completed. |
BANK_TRANSFER_PENDING | Bank transfer is pending. |
READY_BANK_TRANSFER | Ready to initiate bank transfer. |
transactionId must reference a valid off-ramp transaction created via Create Off-Ramp.| HTTP Status | Code | Message |
|---|---|---|
| 401 | UNAUTHORIZED | ”API Key is missing” |
| 401 | UNAUTHORIZED | ”Invalid API Key format” |
| 401 | UNAUTHORIZED | ”Invalid API Key” |
| HTTP Status | Code | Message |
|---|---|---|
| 400 | INVALID_USER_INPUT_ERROR | ”Invalid User Input” |
| 404 | TRANSACTION_NOT_FOUND | ”Transaction not found” |
| 403 | TRANSACTION_ACCESS_DENIED | ”Transaction does not belong to this partner” |
Api key for the affiliated partner that is performing the request
Identifier for the off-ramp transaction to execute
"8374f327-38bd-4b0b-b8a7-2524599eb903"