Skip to main content
GET
Get a transaction

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), validated at the Kong edge.

Path Parameters

transactionId
string<uuid>
required

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.

transactionRecordId
string<uuid>
required
status
string
required

Lifecycle status, e.g. initiated, completed, failed, refund_completed.

idempotencyKey
string
type
string

Transaction type, e.g. p2p, swap, offramp.

failureReason
string
errorCode
string
sendAmount
number
originalSendAmount
number
sendCurrency
string
receiveAmount
number
receiveCurrency
string
fee
number
feeCurrency
string
exchangeRate
number
sendingAsset
string
walletPublicKey
string
isP2pTransfer
boolean
destinationStellarAddress
string
beneficiaryId
string<uuid>
beneficiaryFirstName
string
beneficiaryLastName
string
connectorId
string
connectorName
string
method
string
destinationCountryIso
string
quoteId
string
stellarTxHash
string

Set once the transaction is on-chain.

externalReference
string
intentId
string
createdAt
string<date-time>
updatedAt
string<date-time>
completedAt
string<date-time>

Set on terminal success.