v1
latestOpenAPI 3.0.02026-07-248834.9 KBTransaction
List transactions
List transactions.
get/transactions
Query parameters
card_tokenstring uuid
Filters transactions associated with a specific card.
result'APPROVED' | 'DECLINED'
List specific transactions. Filters include APPROVED, and DECLINED.
beginstring date-time
Date string in 8601 format. Only entries created after the specified date will be included. UTC time zone.
endstring date-time
Date string in 8601 format. Only entries created before the specified date will be included. UTC time zone.
pageinteger
Page (for pagination).
page_sizeinteger
Page size (for pagination).
Response
OK
Example response
{
"data": [
{
"events": [
{
"amount": 2795,
"created": "2018-05-29 21:16:05"
}
],
"merchant": {
"acceptor_id": "72600003",
"city": "NEW YORK",
"country": "USA",
"descriptor": "COFFEE SHOP",
"mcc": "5812",
"state": "NY"
},
"settled_amount": 100
}
]
}