This section includes functions to get information about batches.
Business Reporting API
batches
Get Batch Transaction List
get /accounts/{accountId}/batches/{batchId}
Get a list of transactions included in a given batch ID.
Parameters
accountId required
string
Loading...
batchId required
string
Loading...
Example Response
200 Authorized
401 Unauthorized
Get List of Batches
get /accounts/{accountId}/batches
List batches by date range. Query parameters are optional.
Parameters
accountId required
string
Loading...
start
string
Example:
?start=2017-07-19 13:30:00
Loading...
end
string
Example:
?end=2017-07-21 23:59:59
Loading...
Example Response
200 Authorized
401 Unauthorized