KashierDevelopersKashier Developers
API reference and playgroundBalance and accounts

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
Authorization<token>

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

accountId*string

Balance account identifier.

Query Parameters

dateFrom?string

Start of the date range (ISO 8601).

Formatdate-time
dateTo?string

End of the date range (ISO 8601).

Formatdate-time
page?integer

Page number.

limit?integer

Number of records per page.

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/account/overview/payouts/{accountId}