GET
/
customers
/
{customerID}
/
card_accounts
/
{cardAccountID}
/
transactions
/
{transactionID}
Retrieve a card transaction
curl --request GET \
  --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/transactions/{transactionID} \
  --header 'Api-Key: <api-key>'
{
"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>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
transactionID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

200
application/json

Card transactions

A posted transaction