KashierDevelopersKashier Developers
API reference and playgroundBalance and accounts

Search balance accounts by name

curl -X GET "https://test-api.kashier.io/v2/account/search"
{  "data": [    {      "accountId": "ACC-XXXX-XXX-01",      "accountName": "Primary account"    },    {      "accountId": "ACC-XXXX-XXX-02",      "accountName": "Secondary account"    }  ]}

Looks up your balance accounts by name and returns just the id and name of each match — a lightweight read for populating an account picker before calling one of the detail reads.

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

Query Parameters

q?string

Search term matched against the account name.

limit?integer

Maximum number of results to return.

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/account/search