OpenAPI 3.1.02026-08-143874115.7 MB
a84d4905fdbb
Cards
Retrieve Card Transaction
Fetches a single card transaction by its citx_ identifier. The owner defaults to the account the credential belongs to.
get/card_transactions/{id}
Query parameters
account_idstring
The account that owns the transaction, prefixed biz_. Defaults to the credential's account.
Response
card transaction found
Example response
{
"card_id": "icrd_xxxxxxxxxxxxxx",
"cardholder_id": "user_xxxxxxxxxxxxxx",
"cashback_usd_amount": 0.25,
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "EUR",
"declined_reason": "account_credit_limit_exceeded",
"id": "citx_xxxxxxxxxxxxxx",
"international": true,
"local_amount": 22.5,
"merchant_category": "Car Care Supplies",
"merchant_category_code": "5533",
"merchant_icon_url": "https://shinetime.example/icons/lone-star-detail-supply.png",
"merchant_name": "Lone Star Detail Supply",
"posted_at": "2026-01-01T12:00:00.000Z",
"status": "completed",
"transaction_type": "spend",
"usd_amount": 24.99
}