-
Notifications
You must be signed in to change notification settings - Fork 8
/
charge_dispute_created.json
63 lines (63 loc) · 1.88 KB
/
charge_dispute_created.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "charge.dispute.created",
"object": "event",
"request": null,
"pending_webhooks": 1,
"api_version": "2015-10-01",
"data": {
"object": {
"id": "dp_00000000000000",
"charge": "ch_00000000000000",
"amount": 1000,
"created": 1444032126,
"status": "needs_response",
"livemode": false,
"currency": "usd",
"object": "dispute",
"reason": "general",
"is_charge_refundable": false,
"balance_transactions": [],
"evidence_details": {
"due_by": 1445731199,
"past_due": false,
"has_evidence": false,
"submission_count": 0
},
"evidence": {
"product_description": null,
"customer_name": null,
"customer_email_address": null,
"customer_purchase_ip": null,
"customer_signature": null,
"billing_address": null,
"receipt": null,
"shipping_address": null,
"shipping_date": null,
"shipping_carrier": null,
"shipping_tracking_number": null,
"shipping_documentation": null,
"access_activity_log": null,
"service_date": null,
"service_documentation": null,
"duplicate_charge_id": null,
"duplicate_charge_explanation": null,
"duplicate_charge_documentation": null,
"refund_policy": null,
"refund_policy_disclosure": null,
"refund_refusal_explanation": null,
"cancellation_policy": null,
"cancellation_policy_disclosure": null,
"cancellation_rebuttal": null,
"customer_communication": null,
"uncategorized_text": null,
"uncategorized_file": null
},
"metadata": {}
}
}
}
]