Card transactions
Retrieve card transaction
Retrieves a single card transaction by ID.
Required permissions:
- payout:account:read
get/card_transactions/{id}
Path parameters
idstring required
The card transaction ID (citx_xxx).
Response
A successful response
Example response
{
"authorization_method": "ecommerce",
"cashback_usd_amount": 6.9,
"created_at": "2023-12-01T05:00:00.401Z",
"currency": "USD",
"declined_reason": "insufficient_funds",
"local_amount": 6.9,
"memo": "Team dinner",
"merchant_category": "Software",
"merchant_category_code": "5734",
"merchant_icon_url": "https://logo.clearbit.com/example.com",
"merchant_name": "Acme Corporation",
"posted_at": "2023-12-01T05:00:00.401Z",
"transaction_type": "spend",
"usd_amount": 6.9
}