Retrieve Card Transaction
Fetches a single card transaction by its citx_ identifier. The owner defaults to the account the credential belongs to.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-07-29"
Path Parameters
The card transaction ID, prefixed citx_.
Query Parameters
The account that owns the transaction, prefixed biz_. Defaults to the credential's account.
Response
card transaction found
The card this transaction was charged to, prefixed icrd_.
The user the card is assigned to, prefixed user_. Null when the card has no assigned cardholder.
Cashback earned on this transaction as a USD amount. Zero for declined or ineligible transactions, and null when cashback has not been computed yet.
When the transaction was authorized, as an ISO 8601 timestamp.
ISO 4217 currency code the merchant charged in.
Why the transaction was declined. Null unless status is declined.
Card transaction ID, prefixed citx_.
True when the merchant is outside the card's home country.
Amount the merchant charged in their own currency. Pair with currency.
Merchant category label, enriched where available and otherwise as the card network reported it.
Four-digit ISO 18245 merchant category code (MCC).
URL of the enriched merchant logo. Null when no logo was matched.
Merchant name, enriched where available and otherwise as the card network reported it.
When the card network settled the transaction, as an ISO 8601 timestamp. Null until it settles.
Current status of the transaction.
pending, completed, reversed, declined "pending"
The kind of card transaction. Always spend today.
spend "spend"
Amount charged in USD. Negative when the merchant refunded the card.

