-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcustomer_subscription_deleted.json
47 lines (47 loc) · 1.23 KB
/
customer_subscription_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
44
45
46
47
[
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "customer.subscription.deleted",
"object": "event",
"request": null,
"pending_webhooks": 1,
"api_version": "2015-04-07",
"data": {
"object": {
"id": "sub_00000000000000",
"plan": {
"interval": "month",
"name": "New plan name",
"created": 1386247539,
"amount": 2000,
"currency": "usd",
"id": "gold21323_00000000000000",
"object": "plan",
"livemode": false,
"interval_count": 1,
"trial_period_days": null,
"metadata": {},
"statement_descriptor": null
},
"object": "subscription",
"start": 1432058625,
"status": "canceled",
"customer": "cus_00000000000000",
"cancel_at_period_end": false,
"current_period_start": 1432058625,
"current_period_end": 1434737025,
"ended_at": 1432057360,
"trial_start": null,
"trial_end": null,
"canceled_at": null,
"quantity": 1,
"application_fee_percent": null,
"discount": null,
"tax_percent": null,
"metadata": {}
}
}
}
]