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
/
transfer.updated.json
92 lines (90 loc) · 2.21 KB
/
transfer.updated.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
89
90
91
92
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "transfer.updated",
"object": "event",
"data": {
"object": {
"id": "tr_00000000000000",
"object": "transfer",
"date": 1381104000,
"livemode": false,
"amount": 67,
"currency": "usd",
"status": "pending",
"balance_transaction": "txn_00000000000000",
"summary": {
"charge_gross": 100,
"charge_fees": 33,
"charge_fee_details": [
{
"amount": 33,
"currency": "usd",
"type": "stripe_fee",
"description": null,
"application": null
}
],
"refund_gross": 0,
"refund_fees": 0,
"refund_fee_details": [
],
"adjustment_gross": 0,
"adjustment_fees": 0,
"adjustment_fee_details": [
],
"validation_fees": 0,
"validation_count": 0,
"charge_count": 1,
"refund_count": 0,
"adjustment_count": 0,
"net": 67,
"currency": "usd",
"collected_fee_gross": 0,
"collected_fee_count": 0,
"collected_fee_refund_gross": 0,
"collected_fee_refund_count": 0
},
"transactions": {
"object": "list",
"count": 1,
"url": "/v1/transfers/tr_2h8RC13PPvwDZs/transactions",
"has_more": false,
"data": [
{
"id": "ch_2fb4RERw49oI8s",
"type": "charge",
"amount": 100,
"currency": "usd",
"net": 67,
"created": 1380582860,
"description": null,
"fee": 33,
"fee_details": [
{
"amount": 33,
"currency": "usd",
"type": "stripe_fee",
"description": "Stripe processing fees",
"application": null
}
]
}
]
},
"other_transfers": [
"tr_2h8RC13PPvwDZs"
],
"account": null,
"description": "STRIPE TRANSFER",
"metadata": {
},
"statement_descriptor": null,
"recipient": null
},
"previous_attributes": {
"amount": 123
}
}
}