We refreshed our doc site!

Bookmarked links may have changed

Read release notes

getChargeback

Circle Mint

Get a chargeback

GEThttps://api.circle.com/v1/chargebacks/{id}

Path parameters
id
uuid
Required

Universally unique identifier (UUID v4) of a resource.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
4    "paymentId": "fc988ed5-c129-4f70-a064-e5beb7eb8e32",
5    "merchantId": "fc988ed5-c129-4f70-a064-e5beb7eb8e32",
6    "reasonCode": "10.4",
7    "status": "active",
8    "category": "Canceled Recurring Payment",
9    "history": [
10      {
11        "type": "1st Chargeback",
12        "chargebackAmount": {
13          "amount": "3.14",
14          "currency": "USD"
15        },
16        "fee": {
17          "amount": "3.14",
18          "currency": "USD"
19        },
20        "description": "The cardholder claims an unauthorized transaction occurred.",
21        "settlementId": "fc988ed5-c129-4f70-a064-e5beb7eb8e32",
22        "createDate": "2020-04-10T02:13:30.000Z"
23      }
24    ]
25  }
26}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.