List transactions for the primary card account.
GET {{baseUrl}}/v2/transactions/card/primary
This endpoint lists all settled transactions for the primary card account.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
{
"id": "pste_clntm0n6g00fl0jovx67bb2xa",
"card_id": "ncard_cl309xshf00030kl1uu8lsgpq",
"description": "Starbucks",
"amount": {
"amount": 50000,
"currency": "USD"
},
"initiated_at_date": "2023-10-17",
"posted_at_date": "2023-10-17",
"type": "PURCHASE",
"merchant": {
"raw_descriptor": "Starbucks",
"mcc": "4891"
}
}
]
} |
ENDPOINTS