Requires PAYOUTS_READ scope.
PAYOUTS_READ
cURL
curl --request GET \ --url https://api.pandabase.io/v2/core/stores/{storeId}/payouts/bank-accounts \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": [ { "id": "bnk_q1mzj0kxw5h7n4tr3bcfp2v8", "isPrimary": true, "status": "APPROVED", "last4": "4242", "bankName": "Chase", "country": "US", "routingNumber": "021000021", "bankAccountType": "checking", "supportedCurrencies": [ "usd" ], "availablePayoutSpeeds": [ "standard", "instant" ], "createdAt": "2026-04-15T12:00:00.000Z", "updatedAt": "2026-04-18T15:30:00.000Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.pandabase.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token mode — passes the secret directly. Token starts with sk_.
sk_
12 - 48
Default Response
true