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