Get payouts overview for an account
curl -X GET "https://test-api.kashier.io/v2/account/overview/payouts/string"{ "message": "string", "data": {}}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.
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 payments overview for an account GET
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.
Get balance account details GET
Retrieves one balance account in full — balances, the payout method money leaves by, and the last transfer made from it. GET /v2/account returns the same document for every account you own; use thi…