-
Notifications
You must be signed in to change notification settings - Fork 8
/
customer_deleted.json
43 lines (43 loc) · 1.03 KB
/
customer_deleted.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
[
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "customer.deleted",
"object": "event",
"request": null,
"pending_webhooks": 1,
"api_version": "2015-10-01",
"data": {
"object": {
"object": "customer",
"created": 1444032150,
"id": "cus_00000000000000",
"livemode": false,
"description": null,
"email": null,
"shipping": null,
"delinquent": false,
"metadata": {},
"subscriptions": {
"object": "list",
"total_count": 0,
"has_more": false,
"url": "/v1/customers/cus_00000000000000/subscriptions",
"data": []
},
"discount": null,
"account_balance": 0,
"currency": "usd",
"sources": {
"object": "list",
"total_count": 0,
"has_more": false,
"url": "/v1/customers/cus_00000000000000/sources",
"data": []
},
"default_source": null
}
}
}
]