-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubscription-example.json
More file actions
55 lines (55 loc) · 1.16 KB
/
Copy pathsubscription-example.json
File metadata and controls
55 lines (55 loc) · 1.16 KB
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
{
"id": "A1B2C3D4E5F6",
"location_id": "A1B2C3D4E5F6",
"plan_variation_id": "A1B2C3D4E5F6",
"customer_id": "A1B2C3D4E5F6",
"start_date": "2026-03-15",
"canceled_date": "2026-03-15",
"charged_through_date": "2026-03-15",
"status": "ACTIVE",
"tax_percentage": "sample-value",
"invoice_ids": [
"sample-value"
],
"price_override_money": {
"amount": 26515,
"currency": "USD"
},
"version": 534,
"created_at": "2026-03-15T14:30:00Z",
"card_id": "A1B2C3D4E5F6",
"timezone": "sample-value",
"source": {
"name": "Annie\u2019s Hot Sauce"
},
"actions": [
{
"id": "A1B2C3D4E5F6",
"type": "CANCEL",
"effective_date": "2026-03-15"
}
],
"monthly_billing_anchor_date": 29,
"phases": [
{
"uid": "sample-value",
"cadence": "EVERY_FOUR_MONTHS",
"periods": 162,
"recurring_price_money": {
"amount": 15941,
"currency": "USD"
},
"ordinal": 67
},
{
"uid": "sample-value",
"cadence": "SIXTY_DAYS",
"periods": 985,
"recurring_price_money": {
"amount": 21592,
"currency": "USD"
},
"ordinal": 899
}
]
}