Transactions
View transaction total
Returns a sum of the transaction amounts between the given dates.
<!-- 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
- number
get/transaction/v3/total
Query parameters
startDatestring required
Example:2024-10-02
The date to begin counting transaction totals. Format: YYYY-MM-DD
endDatestring required
Example:2024-10-14
The last date for counting transaction totals. Format: YYYY-MM-DD
Response
Success
number required
The sum of all the transactions between the given dates.
Example response
1470.91