-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprices.json
More file actions
85 lines (85 loc) · 1.94 KB
/
prices.json
File metadata and controls
85 lines (85 loc) · 1.94 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
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
{
"products": [
{
"name": "Free",
"description": "Start your math learning journey",
"metadata": {
"icon": "Book",
"color": "blue",
"key": "free"
},
"features": [
"Access to free games",
"Limited worksheets",
"Core lesson content",
"Ad-supported experience"
],
"highlight": false,
"provider": "stripe",
"key": "free",
"id": "prod_RyYY6Dw9Rext5U"
},
{
"name": "Pro",
"description": "Help us shine bright with new games and features",
"metadata": {
"icon": "Star",
"color": "purple",
"key": "pro"
},
"features": [
"Support ongoing development",
"Supporter recognition",
"Early access to new games",
"Ad-free experience",
"Unlimited worksheets"
],
"highlight": true,
"provider": "stripe",
"key": "pro",
"id": "prod_RyYY6dmlsnbd7o"
}
],
"prices": [
{
"name": "Free",
"unitAmount": 0,
"currency": "usd",
"type": "recurring",
"recurring": {
"interval": "year",
"intervalCount": 1
},
"active": true,
"metadata": {
"plan_code": "free",
"display_price": "$0"
},
"nickname": "Free plan",
"provider": "stripe",
"productKey": "free",
"id": "price_1R4bfBGfv0HRCThbsE1tdHeP",
"key": "free_1742448545682"
},
{
"name": "Pro Monthly",
"unitAmount": 1000,
"currency": "usd",
"type": "recurring",
"recurring": {
"interval": "month",
"intervalCount": 1
},
"active": true,
"metadata": {
"plan_code": "pro_monthly",
"display_price": "$10"
},
"nickname": "Pro Monthly Plan",
"provider": "stripe",
"productKey": "pro",
"id": "price_1R4bfCGfv0HRCThbeSJaWIsM",
"key": "pro_monthly_1742448545921"
}
]
}