Disputes and chargebacks
Learn about the order dispute and chargeback process
{
"id": "6747186a-9b84-4d6e-bccb-a5a0c4530e5d",
"type": "order.dispute",
"data": {
"object": {
"id": "1005692492420",
"createdTime": "2022-02-15T06:36:50Z",
"currency": "USD",
"email": "[email protected]",
"shipTo": {
"address": {
"line1": "1 Broadway Ave",
"city": "Lincoln",
"postalCode": "68501",
"state": "NE",
"country": "US"
},
"name": "John Doe",
"email": "[email protected]"
},
"shipFrom": {
"address": {
"line1": "Address",
"city": "TesterVille2",
"postalCode": "12345",
"state": "MN",
"country": "US"
}
},
"billTo": {
"address": {
"line1": "10380 Bren Road West",
"city": "Minnetonka",
"postalCode": "55343",
"state": "MN",
"country": "US"
},
"name": "Jane Doe",
"email": "[email protected]"
},
"totalAmount": 0.32,
"subtotal": 0.3,
"totalFees": 0.0,
"totalTax": 0.02,
"totalImporterTax": 0.0,
"totalDuty": 0.0,
"totalDiscount": 0.0,
"totalShipping": 0.2,
"items": [
{
"id": "1006284504120",
"skuId": "a2fd1787-041f-418a-8dc4-f8a92fb31f3f",
"amount": 0.1,
"quantity": 1,
"state": "created",
"stateTransitions": {
"created": "2022-02-15T06:36:50Z",
"fulfilled": "2022-02-15T06:37:14Z"
},
"tax": {
"rate": 0.0725,
"amount": 0.01
},
"importerTax": {
"amount": 0.0
},
"duties": {
"amount": 0.0
},
"fees": {
"amount": 0.0,
"taxAmount": 0.0
}
}
],
"shippingChoice": {
"amount": 0.2,
"description": "Client provides-Standard Ground - US",
"serviceLevel": "Client provides shipping service",
"taxAmount": 0.01
},
"updatedTime": "2022-02-17T21:10:22Z",
"locale": "en_US",
"customerType": "individual",
"sellingEntity": {
"id": "C5_INC-ENTITY",
"name": "DR globalTech Inc."
},
"liveMode": true,
"payment": {
"charges": [
{
"id": "951cbb9b-7e41-4d03-80ae-75eec2ba00c4",
"createdTime": "2022-02-15T06:36:35Z",
"currency": "USD",
"amount": 0.32,
"state": "complete",
"captured": true,
"captures": [
{
"id": "d59e31a0-7c79-4426-947a-51dcfb66409c",
"createdTime": "2022-02-15T06:37:57Z",
"amount": 0.32,
"state": "complete"
}
],
"refunded": false,
"sourceId": "2ecc1ab3-5880-4e00-8a87-d231a4709c25",
"type": "customer_initiated"
}
],
"sources": [
{
"id": "2ecc1ab3-5880-4e00-8a87-d231a4709c25",
"type": "creditCard",
"amount": 0.32,
"owner": {
"firstName": "Jane",
"lastName": "Doe",
"email": "[email protected]",
"address": {
"line1": "10380 Bren Road West",
"city": "Minnetonka",
"postalCode": "55343",
"state": "MN",
"country": "US"
}
},
"creditCard": {
"brand": "Visa",
"expirationMonth": 12,
"expirationYear": 2024,
"lastFourDigits": "1406",
"fundingSource": "prepaid"
}
}
],
"session": {
"id": "8159c06d-8dc1-45ce-910c-f2d442c39041",
"amountContributed": 0.32,
"amountRemainingToBeContributed": 0.0,
"state": "complete",
"clientSecret": "8159c06d-8dc1-45ce-910c-f2d442c39041_d00695b2-71ab-48ef-9bc3-8660f045b627"
}
},
"state": "dispute",
"stateTransitions": {
"dispute": "2022-02-17T21:10:22Z",
"fulfilled": "2022-02-15T06:37:14Z",
"accepted": "2022-02-15T06:36:57Z",
"complete": "2022-02-15T23:28:31Z"
},
"fraudState": "review_opened",
"fraudStateTransitions": {
"review_opened": "2022-02-17T21:10:22Z",
"passed": "2022-02-15T06:36:57Z"
},
"requestToBeForgotten": false,
"capturedAmount": 0.32,
"cancelledAmount": 0.0,
"availableToRefundAmount": 0.21,
"invoicePDFs": [
{
"id": "bd19832f-6136-4af1-b96b-1ff874e78c7f",
"url": "https://api.digitalriver.com/files/bd19832f-6136-4af1-b96b-1ff874e78c7f/content",
"liveMode": false
}
],
"checkoutId": "bde55f0a-27fe-4562-8852-93e7df022360"
}
},
"liveMode": true,
"createdTime": "2022-02-17T21:10:27.642913Z",
"digitalriverVersion": "2021-12-13"
}Last updated