Skip to main content
GET
/
stores
/
{storeId}
/
payouts
/
ledger
cURL
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/payouts/ledger \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "items": [
      {
        "id": "ble_8q1mzj0kxw5h7n4tr3bcfp2v",
        "type": "PAYMENT_RECEIVED",
        "amount": 2553,
        "runningBalance": 1141500,
        "referenceId": "pmt_5h7n4tr3bcfp2v8q1mzj0kxw",
        "description": "Payment received for order cs_abcdef0123456789",
        "createdAt": "2026-05-14T12:35:10.000Z"
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 25,
      "total": 1,
      "totalPages": 1
    }
  }
}

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

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:25
Required range: 1 <= x <= 100
type
Available options:
OPENING_BALANCE

Response

200 - application/json

Default Response

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