Skip to main content
POST
/
stores
/
{storeId}
/
disputes
/
{disputeId}
/
evidence
cURL
curl --request POST \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/disputes/{disputeId}/evidence \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "access_activity_log": "<string>"
}
'
{
  "ok": true,
  "data": {
    "id": "dsp_8h0r1n4tzcbfp2v8q1mzwxj5",
    "disputeId": "dp_3jK9w2pQ8mZ5x7Lh1nVt4Bcf",
    "reason": "fraudulent",
    "status": "UNDER_REVIEW",
    "evidence": {
      "access_activity_log": "Customer logged in 14 times..."
    },
    "totalAmount": 2920,
    "amount": 2900,
    "fee": 2000,
    "createdAt": "2026-05-14T09:12:00.000Z",
    "order": {
      "id": "ord_p2v8q1mzj0kxw5h7n4tr3bcf",
      "orderNumber": "cs_abcdef0123456789",
      "status": "CHARGEBACK",
      "customer": {
        "id": "cus_j8h0r1n4tzcbfp2v8q1mzwx5",
        "email": "buyer@example.com",
        "firstName": "Alex",
        "lastName": "Doe",
        "guest": false
      },
      "amount": 2900,
      "currency": "USD"
    },
    "method": "card",
    "updatedAt": "2026-05-14T09:12:00.000Z",
    "inboundPayment": {
      "id": "pmt_5h7n4tr3bcfp2v8q1mzj0kxw",
      "referenceId": "pi_3OXxxxxx0123456789ABCDEF",
      "totalAmount": 2920,
      "settledAmount": 2553,
      "status": "DISPUTED"
    }
  }
}

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
disputeId
string
required
Required string length: 12 - 48

Body

application/json
access_activity_log
string
required
Required string length: 1 - 20000

Response

Default Response

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