v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Payments

Retry a fiat payment

Retries a failed, cancelled, or returned fiat transaction whose linked trade has already terminated.

post/payments/{transaction_id}/retry

Path parameters

transaction_idstring uuid required

Identifier of the fiat transaction to retry.

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Retry submitted. The returned transaction_id identifies the new transfer attempt and should be polled via /payments/status.

Example response

{
  "message": {
    "request_id": "0f68333e-2114-469d-b505-c850d776e063",
    "transaction_id": "0f68333e-2114-469d-b505-c850d776e063",
    "status": "submitted"
  }
}