For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Reference
    • Introduction
      • GETRetrieve Dispute
      • GETReceive Dispute
      • POSTRespond to Dispute
      • GETAccept Dispute
      • POSTUpload File
      • GETRetrieve file
        • dispute
        • meta
        • evidence
LogoLogo
ReferenceDisputesSchemas

dispute

Example
1{
2 "id": "dp_N64jYg4RC4ZBUsXjLzE3W5",
3 "order": "123456789",
4 "amount": "48.46",
5 "reason": "product_not_received",
6 "status": "needs_response",
7 "open": true,
8 "responseDueBy": "1691884800",
9 "createdAt": "1691880800",
10 "openingNote": "Customer has no knowledge of the payment",
11 "openingNoteAttachments": "[“fi_48vmw3sXdVqvtJGXbgKbAZ”]",
12 "updatedAt": "1691884000",
13 "closingReason": "merchant_accepted",
14 "closingNote": "Merchant accepted the dispute",
15 "merchantOrderId": "order54321",
16 "transactionDate": "1691882800",
17 "settlementAmount": "48.46",
18 "meta": {
19 "transactionAmount": "48.46",
20 "network": "Visa",
21 "networkReferenceId": "string",
22 "orderType": "ONLINE"
23 }
24}
Was this page helpful?
Previous

meta

Next
Built with

Response

disputeobjectRequired
Dispute object