API reference

Given a date range (start and end date time) returns the aggregate overall reports
of all the transactions that have been processed within the date range.

Start and end date must be in the following format YYYY-MM-DD and they will be compared with the batch creation time. All dates are in UTC timezone.

ParameterDescriptionExample
startDateInitial date where the query will start2017-10-10
endDateFinal date where the query will end2017-11-11

API response values are described in the table below:

NameDescriptionExample
requestedTotal amount (in dollars) of the invoices amount for the selected invoices130.50
collectedTotal amount (in dollars) of the successful transaction142.00
approvedTransactionsTotal amount of the successful transaction2
decliendTransactionsTotal amount of the declined transaction2
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!