KashierDevelopersKashier Developers
API reference and playgroundBalance and accounts

Get the primary account's payout method

curl -X GET "https://test-api.kashier.io/v2/account/payoutMethod"
{  "message": "success",  "data": {    "method": "bankAccount",    "payoutFields": {      "bankName": "AAIB",      "bankBranch": "Your branch",      "accountHolderName": "Your company name",      "accountNumber": "0100010001000",      "branchCode": "3"    }  }}

Retrieves the payout method configured on your primary balance account — the bank account or wallet that settled money is paid out to. The fields inside payoutFields depend on method: a bank account carries the bank, branch, account holder, and account number, while a wallet carries the wallet number.

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

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/account/payoutMethod