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"
commerce-api/openapi.yaml · getTransactionTotals