This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
forked from hidenba/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
charge.dispute.funds_reinstated.json
88 lines (88 loc) · 2.62 KB
/
charge.dispute.funds_reinstated.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "charge.dispute.funds_reinstated",
"object": "event",
"request": null,
"pending_webhooks": 1,
"api_version": "2017-12-14",
"data": {
"object": {
"id": "dp_00000000000000",
"object": "dispute",
"amount": 25000,
"balance_transaction": "txn_00000000000000",
"balance_transactions": [
{
"id": "txn_1Bl3mMGWCopOTFn18p8iALq8",
"object": "balance_transaction",
"amount": -25000,
"available_on": 1516233600,
"created": 1516145022,
"currency": "usd",
"description": "Chargeback withdrawal for ch_1Bl3mKGWCopOTFn1LKoN557r",
"exchange_rate": null,
"fee": 1500,
"fee_details": [
{
"amount": 1500,
"application": null,
"currency": "usd",
"description": "Dispute fee",
"type": "stripe_fee"
}
],
"net": -26500,
"source": "dp_1Bl3mMGWCopOTFn1jpVaJDrU",
"status": "pending",
"type": "adjustment"
}
],
"charge": "ch_00000000000000",
"created": 1516145022,
"currency": "usd",
"evidence": {
"access_activity_log": null,
"billing_address": null,
"cancellation_policy": null,
"cancellation_policy_disclosure": null,
"cancellation_rebuttal": null,
"customer_communication": null,
"customer_email_address": "[email protected]",
"customer_name": "[email protected]",
"customer_purchase_ip": "157.131.133.10",
"customer_signature": null,
"duplicate_charge_documentation": null,
"duplicate_charge_explanation": null,
"duplicate_charge_id": null,
"product_description": null,
"receipt": null,
"refund_policy": null,
"refund_policy_disclosure": null,
"refund_refusal_explanation": null,
"service_date": null,
"service_documentation": null,
"shipping_address": null,
"shipping_carrier": null,
"shipping_date": null,
"shipping_documentation": null,
"shipping_tracking_number": null,
"uncategorized_file": null,
"uncategorized_text": null
},
"evidence_details": {
"due_by": 1517529599,
"has_evidence": false,
"past_due": false,
"submission_count": 0
},
"is_charge_refundable": false,
"livemode": false,
"metadata": {
},
"reason": "fraudulent",
"status": "needs_response"
}
}
}