Skip to main content
GET
Get Card Transaction

Overview

Returns one card transaction by its id, scoped to a card your business owns. Use it when you already hold a transaction id — from a webhook, or from Get Card Transactions — and want its detail without paging the list. The object returned is identical in shape to one entry of that list, so code that renders a transaction works with either endpoint.
The transaction must belong to the card in the path. A transaction id that exists but sits on a different card returns 404 — you cannot read another card’s transactions through a card you own.

Path Parameters

Example Usage

Response

Fields

Errors

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Path Parameters

cardId
string
required

The unique card identifier

txnId
string
required

The transaction identifier

Response

Transaction retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Transaction retrieved successfully"

data
object