GET /widget/transactions/{id}
API Reference
GET /widget/transactions/{id}
Get the current status of a transaction
GET
GET /widget/transactions/{id}
Returns the current, normalized status of a transaction.
Path parameters
The transaction identifier returned by
POST /widget/session.Headers
Bearer token. Format:
Bearer <client_token>.Response
The transaction identifier.
Your internal user identifier (echo of the session request).
buy or sell.pending, processing, completed, failed, or cancelled. See Transaction Status.Crypto currency.
Blockchain network.
Final crypto amount. Populated once the transaction reaches
processing or completed.Fiat currency.
Final fiat amount.
ISO 8601 timestamp (UTC).
ISO 8601 timestamp of the last status update (UTC).
Examples
Response
Errors
| HTTP | error | code | Cause |
|---|---|---|---|
| 401 | unauthorised | invalid_token | Missing or inactive client_token |
| 404 | not_found | not_found | The merchant_transaction_id does not exist or does not belong to your partner |