Get a transaction
Returns a single transaction record. A record belonging to another association responds 404, identically to one that does not exist.
Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), validated at the Kong edge.
Path Parameters
Transaction record identifier.
Response
The transaction record.
A transaction record. sendAmount/sendCurrency are the settlement-side
figures (off-ramps may restate them in the connector settlement
currency); originalSendAmount is the amount actually debited,
denominated in sendingAsset.
Lifecycle status, e.g. initiated, completed, failed, refund_completed.
Transaction type, e.g. p2p, swap, offramp.
Set once the transaction is on-chain.
Set on terminal success.