Skip to main content
GET
/
stores
/
{storeId}
/
orders
/
payments
/
{paymentId}
cURL
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/orders/payments/{paymentId} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "id": "pmt_5h7n4tr3bcfp2v8q1mzj0kxw",
    "referenceId": "pi_3OXxxxxx0123456789ABCDEF",
    "amount": 2900,
    "totalAmount": 2920,
    "status": "COMPLETED",
    "pspProvider": "MULTI_PSP",
    "couponCode": null,
    "country": "US",
    "customer": {
      "id": "cus_j8h0r1n4tzcbfp2v8q1mzwx5",
      "email": "buyer@example.com",
      "firstName": "Alex",
      "lastName": "Doe",
      "guest": false
    },
    "order": {
      "id": "ord_p2v8q1mzj0kxw5h7n4tr3bcf",
      "orderNumber": "cs_abcdef0123456789",
      "status": "COMPLETED",
      "amount": 2900,
      "currency": "USD"
    },
    "createdAt": "2026-05-14T12:34:56.000Z",
    "discountAmount": 0,
    "platformFeeAmount": 191,
    "pspFeeAmount": 114,
    "taxAmount": 20,
    "settledAmount": 2615,
    "presentmentCurrency": null,
    "presentmentAmount": null,
    "exchangeRate": null,
    "taxId": null,
    "ipAddress": "203.0.113.42",
    "userAgent": "Mozilla/5.0",
    "geo": {
      "city": "San Francisco",
      "region": "CA",
      "country": "US",
      "postal": "94105",
      "asn": null,
      "org": null
    },
    "dispute": null,
    "timeline": [],
    "availablePaymentMethods": [
      "card",
      "klarna"
    ],
    "network": null,
    "updatedAt": "2026-05-14T12:35:10.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
paymentId
string
required
Required string length: 12 - 48

Response

Default Response

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