cURL
curl --request GET \ --url https://pandabase.io/api/payments \ --header 'Authorization: Bearer <token>' \ --header 'X-Storefront-Id: <x-storefront-id>'
{ "ok": true, "data": { "payments": [ { "id": "pmnt_1234567890", "amount": 1000, "currency": "USD", "status": "succeeded", "description": "Premium Plan", "created_at": "2024-12-25T10:00:00Z" } ], "meta": { "page": 1, "page_size": 10, "total": 45 } } }
Retrieve a list of payments
V3 API key authentication. Format: sk_v3_xxxxx
sk_v3_xxxxx
Your storefront/shop ID
x <= 100
Payments retrieved successfully
true
Show child attributes