Skip to main content
GET
/
stores
/
{storeId}
/
payouts
/
{payoutId}
cURL
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/payouts/{payoutId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "id": "pto_n4tr3bcfp2v8q1mzj0kxw5h7",
    "amount": 500000,
    "fee": 250,
    "status": "PROCESSING",
    "referenceId": "obp_3OXxxxxx0123456789ABCD",
    "payoutMethod": {
      "id": "bnk_q1mzj0kxw5h7n4tr3bcfp2v8",
      "isPrimary": true,
      "status": "APPROVED"
    },
    "createdAt": "2026-05-13T16:20:00.000Z",
    "updatedAt": "2026-05-13T16:21:08.000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token mode — passes the secret directly. Token starts with sk_.

Path Parameters

storeId
string
required
Required string length: 12 - 48
payoutId
string
required
Required string length: 12 - 48

Response

Default Response

ok
enum<boolean>
required
Available options:
true
data
any
required