Transactions
View transaction count
Returns a count of all transactions between the default or specified date range.
<!-- theme: warning --><div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.
Request parameters
- endDate
- startDate
Response parameters
- integer
get/transaction/v3/count
Query parameters
startDatestring
Example:2022-02-02
The date to begin with counting transactions. The default start date is 30 days prior to today's date. Format: YYYY-MM-DD
endDatestring
Example:2022-02-14
The date to stop at for counting transactions. The default end date is today's date. Format: YYYY-MM-DD
Response
Success
integer required
The number of transactions for the merchant account between the given (or default) dates.
Example response
107