Cards
Get Card Transaction
Get card transactions
GET
/
cards
/
{id}
/
transactions
/
{transactionId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredtransactionId
string
requiredResponse
200 - application/json
amount
number
category
string
charges
number
created_at
string
currency
string
description
string
id
string
merchant_city
string
merchant_country
string
merchant_mcc
string
merchant_mid
string
merchant_name
string
merchant_postal_code
string
merchant_state
string
reference
string
report
boolean
report_message
string
status
string
type
string
updated_at
string
Was this page helpful?