cURL
curl --request GET \ --url https://api.pandabase.io/v2/core/stores/{storeId}/orders/{orderId}/refunds \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": "<unknown>" }
Store API token. Use the sk_ prefixed secret key as the Bearer token.
sk_
Store ID (shp_ prefix)
12 - 48
Order ID (ord_ prefix)
Successful operation