v1
latestOpenAPI 3.0.02026-07-247150151.6 KBTransactions
Get transactions
Get all transactions available to a brand with pagination and optional filtering.
get/transactions
Query parameters
customer_idstring uuid
UUID (36 characters)
account_idstring uuid
UUID (36 characters)
payment_typestring
ach card or account
start_datestring date
YYYY-MM-DD format
end_datestring date
YYYY-MM-DD format
pageinteger
Page number
Page number
countinteger
Items per page
Items per page
order_bystring
possible values: desc/asc
transaction_statestring
failed declined pending cancelled completed returned
Response
Example response
{
"page": 1,
"pages": 1,
"count": 1,
"transactions": [
{
"payment_type": "card",
"transaction_type": "POS Purchase",
"state": "completed",
"amount": "306.00",
"currency": "USD",
"details": {
"card_id": "acebee76-b45c-4f62-8451-1d81806474ac",
"mcc": "3542",
"mcc_description": "Department Stores",
"currency": "USD",
"exchange_rate": 1,
"merchant_id": "9le8DI5z8am54O3b",
"merchant_name": "Target",
"merchant_city": "New Nathanshire",
"merchant_state": "Missouri",
"merchant_country": "Colombia",
"merchant_postal_code": "34100",
"statement_descriptor": "Target #4744",
"arn": "000091556011",
"fraud_rule_triggered": "spend_velocity",
"merchant_currency": "USD",
"merchant_amount": "5.30"
}
}
]
}