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.refunded.json
69 lines (69 loc) · 1.72 KB
/
charge.refunded.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
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "charge.refunded",
"object": "event",
"data": {
"object": {
"id": "ch_00000000000000",
"object": "charge",
"created": 1380933505,
"livemode": false,
"paid": true,
"amount": 1000,
"currency": "usd",
"refunded": true,
"source": {
"id": "cc_00000000000000",
"object": "card",
"last4": "4242",
"type": "Visa",
"brand": "Visa",
"funding": "credit",
"exp_month": 12,
"exp_year": 2013,
"fingerprint": "wXWJT135mEK107G8",
"customer": "cus_00000000000000",
"country": "US",
"name": "Actual Nothing",
"address_line1": null,
"address_line2": null,
"address_city": null,
"address_state": null,
"address_zip": null,
"address_country": null,
"cvc_check": null,
"address_line1_check": null,
"address_zip_check": null
},
"captured": true,
"refunds": {
"object": "list",
"total_count": 1,
"has_more": false,
"data": [
{
"amount": 1000,
"currency": "usd",
"created": 1381080103,
"object": "refund",
"balance_transaction": "txn_2hkjgg43ucu7K1",
"id": "re_00000000000000"
}
]
},
"balance_transaction": "txn_00000000000000",
"failure_message": null,
"failure_code": null,
"amount_refunded": 1000,
"customer": "cus_00000000000000",
"invoice": "in_00000000000000",
"description": null,
"dispute": null,
"metadata": {
},
"fee": 0
}
}
}