Skip to main content
GET
Get card transaction

Overview

Returns a single card-to-merchant transaction by its transaction id, scoped to a card your business owns. Use this to fetch the full detail of one transaction you already have the id for (e.g. from a webhook or from GET /cards/{id}/transactions).
The transaction must belong to the card in the path. A transaction id that exists but belongs to a different card returns TRANSACTION_NOT_FOUND — you can’t read another card’s transactions through a card you own.

Path Parameters

Transaction Object

Identical to the objects in GET /cards/{id}/transactions:

Example

Success Response (200)

Error Codes

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required
txnId
string
required

Response

Card transaction retrieved

success
boolean
status
integer
message
string
data
object

A single card-to-merchant transaction from the card network.

meta
object