forked from pay-rails/pay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscription_deleted_event.json
89 lines (89 loc) · 2.48 KB
/
subscription_deleted_event.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
{
"object": {
"id": "sub_00000000000000",
"object": "subscription",
"application_fee_percent": null,
"billing": "charge_automatically",
"billing_cycle_anchor": 1467992724,
"cancel_at_period_end": false,
"canceled_at": 1487872069,
"created": 1466783124,
"current_period_end": 1488987924,
"current_period_start": 1486568724,
"customer": "cus_00000000000000",
"days_until_due": null,
"default_source": null,
"discount": null,
"ended_at": 1546925027,
"items": {
"object": "list",
"data": [
{
"id": "si_00000000000000",
"object": "subscription_item",
"created": 1466783125,
"metadata": {},
"plan": {
"id": "FFBEGINNER_00000000000000",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 300,
"billing_scheme": "per_unit",
"created": 1466744919,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {},
"name": "Beginner",
"nickname": null,
"product": "prod_00000000000000",
"statement_descriptor": "FormFairy - Beginner",
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": 14,
"usage_type": "licensed"
},
"quantity": 1,
"subscription": "sub_00000000000000"
}
],
"has_more": false,
"total_count": 1,
"url": "/v1/subscription_items?subscription=sub_8hLB3Ht92UjsVa"
},
"livemode": false,
"metadata": {},
"plan": {
"id": "FFBEGINNER_00000000000000",
"object": "plan",
"active": true,
"aggregate_usage": null,
"amount": 300,
"billing_scheme": "per_unit",
"created": 1466744919,
"currency": "usd",
"interval": "month",
"interval_count": 1,
"livemode": false,
"metadata": {},
"name": "Beginner",
"nickname": null,
"product": "prod_00000000000000",
"statement_descriptor": "FormFairy - Beginner",
"tiers": null,
"tiers_mode": null,
"transform_usage": null,
"trial_period_days": 14,
"usage_type": "licensed"
},
"quantity": 1,
"start": 1466783124,
"status": "canceled",
"tax_percent": null,
"trial_end": 1467992724,
"trial_start": 1466783124
}
}