Reconciliation/getTransactionTotals
Running Transaction Totals
Live totals for the current settlement period.
GET
/v1/totalsGet the running totals for the current settlement period — sale count and amount, refunds, voids, pre-auths. Use it to balance the till before closing, surface a live dashboard, or sanity-check before triggering reconciliation. Pass a currency to scope to a single currency on multi-currency terminals.
Query parameters
currencystringFilter totals by ISO 4217 currency code.
Example "NZD"
Response
application/json
saleCountintegerRequiredNumber of completed sale transactions.
Example 47
saleAmountintegerRequiredTotal sale amount in minor units.
Example 328750
refundCountintegerRequiredNumber of completed refunds.
Example 2
refundAmountintegerRequiredTotal refund amount in minor units.
Example 5000
voidCountintegerRequiredNumber of voided transactions.
Example 1
voidAmountintegerRequiredTotal voided amount in minor units.
Example 1200
preAuthCountintegerRequiredNumber of pre-authorizations.
Example 3
preAuthAmountintegerRequiredTotal pre-auth amount in minor units.
Example 45000
currencystringRequiredISO 4217 currency code.
Example "NZD"
getTransactionTotals