v1
latestOpenAPI 3.0.02026-07-2640301.0 MBaccount/transactions/recent
This endpoint returns a list of recent transactions for a specific contact or client account.
Query parameters
Your account ID
API key for the account
Hashed signature for the request
Return transactions that occurred on or after this date/time. Can be specified in either YYYY-MM-DD HH:MM:SS or YYYY-MM-DD format.
Return transactions that occurred on or before this date/time. Can be specified in either YYYY-MM-DD HH:MM:SS or YYYY-MM-DD format.
Filter transactions by Client account ID. This is required if client account is enabled. Use ContactID instead if client account is not enabled.
Filter transactions by Contact ID. This is required if client account is not enabled. Use ClientAccountID instead if client account is enabled.
Limit the number of records that are returned. Use the off-set parameter to set the starting point in the data-set. Default limit is 1,000 and maximum limit is 10,000.
Use this parameter to set the starting point in the dataset.
Response
Example response
{
"Success": true,
"Transactions": {
"0": {
"TransactionDateTime": "2019-12-04 18:13:39",
"TransactionType": "Reversal",
"TransactionStatus": "in progress",
"Currency": "CAD"
}
},
"Pagination": {
"TotalRecords": "1000",
"Offset": "1000",
"Limit": "1000"
}
}