Skip to main content
GET
Get a transaction

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Path Parameters

transactionId
string
required

Transaction ID (e.g., txn_...)

Response

Transaction details

id
string
required
amount
number
required

Transaction amount in cents

customerId
string | null
cardId
string | null
agentId
string | null
type
string

Transaction type (e.g., spend, refund)

status
string

Transaction status

currency
string
merchant
object | null
memo
string | null
createdAt
string<date-time> | null
updatedAt
string<date-time> | null