cURL
curl --request GET \ --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/transactions/{transactionID} \ --header 'Api-Key: <api-key>'
200
example
{ "id": "<string>", "category": "adjustment", "amount": "<string>", "billing_amount": "<string>", "currency": "usd", "merchant_category_code": "<string>", "merchant_name": "<string>", "merchant_location": "<string>", "description": "<string>", "local_transaction_details": { "amount": "<string>", "currency": "<string>", "exchange_rate": "<string>" }, "posted_at": "<string>", "authorized_at": "<string>"}
Retrieve a card transaction with the specified ID
A UUID that uniquely identifies a resource
1 - 42
Card transactions
A posted transaction
Was this page helpful?