-
Notifications
You must be signed in to change notification settings - Fork 8
/
transfer_canceled.json
44 lines (44 loc) · 1.11 KB
/
transfer_canceled.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
[
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "transfer.canceled",
"object": "event",
"request": null,
"pending_webhooks": 1,
"api_version": "2015-10-01",
"data": {
"object": {
"id": "tr_00000000000000",
"object": "transfer",
"created": 1419558754,
"date": 1419724800,
"livemode": false,
"amount": 176,
"currency": "usd",
"reversed": false,
"status": "paid",
"type": "bank_account",
"reversals": {
"object": "list",
"total_count": 0,
"has_more": false,
"url": "/v1/transfers/tr_00000000000000/reversals",
"data": []
},
"balance_transaction": "txn_00000000000000",
"destination": null,
"description": "STRIPE TRANSFER",
"failure_message": null,
"failure_code": null,
"amount_reversed": 0,
"metadata": {},
"statement_descriptor": null,
"recipient": null,
"source_transaction": null,
"application_fee": null
}
}
}
]