Executes a previously created off-ramp transaction. This endpoint triggers the actual processing of the off-ramp transaction after crypto funds have been received.
| Header | Description |
|---|---|
partner-api-key | API key associated with your partner account. Required. See API Key Generation Guide. |
Parameter | Type | Required | Description |
|---|---|---|---|
transactionId | string | Yes | UUID identifier for the off-ramp transaction to execute. This should be the id returned from the Create Off-Ramp endpoint. |
| Field | Type | Description |
|---|---|---|
id | string | UUID of the executed transaction. |
status | string | Current status of the transaction after execution attempt. |
| 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. |
EXPIRED | Transaction has expired. |
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. |
partner-api-key in the header. Get your API key.transactionId must reference a valid off-ramp transaction created via the Create Off-Ramp endpoint.| 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"