API reference

Given a date range (start and end date time) returns the aggregate overall reports of all the invoices 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 invoice processing 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
invoicesTotal number of invoices in the batch142
invoiceAmountTotal amount (in dollars) of approved invoices121.00
visitsTotal amount of visits133
transactionsTotal amount of transactions90
approvedTransactionsTotal amount of approved transactions60
declinedTransactionsTotal amount of declined transactions38
totalTransactionAmountTotal amount (in dollars) of approved payment transactions80.30
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!