Get payments overview for an account
curl -X GET "https://test-api.kashier.io/v2/account/overview/payments/string"{ "message": "string", "data": {}}Summarises the money that came into a balance account over a date range — the settled payments credited to it. Pair it with the payouts overview to see both sides of the account for the same period.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Path Parameters
Balance account identifier.
Query Parameters
Start of the date range (ISO 8601).
date-timeEnd of the date range (ISO 8601).
date-timePage number.
Number of records per page.
Response Body
application/json
application/json
application/json
application/json
application/json
Get balance account overview GET
Retrieves the balance overview of a single account — the headline figures (total balance, available balance) you would show on a dashboard. Use GET /v2/account/{accountId} instead when you need the…
Get payouts overview for an account GET
Summarises the money that left a balance account over a date range — the payouts debited from it. Pair it with the payments overview to see both sides of the account for the same period.