-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
stripe_products.yml
97 lines (75 loc) · 2.65 KB
/
stripe_products.yml
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
90
91
92
93
94
95
96
97
# data file to control donate options on /funding/donate/
#
# - 'label' is shown to user as option
# - 'id' is hidden and used by javascript to hide/show options depending on user choice.
# id format is {currency}:{frequency}:{amount_in_cents}
# - 'payment_link' is what will be opened after clicking 'Donate'
#
# One-time donations:
- label: "€ 10.00"
id: "eur:once:1000"
payment_link: "https://donate.stripe.com/dR65lx2KjbH08AUaEE"
- label: "€ 20.00"
id: "eur:once:2000"
payment_link: "https://donate.stripe.com/14k4ht2Kj4eydVe289"
- label: "€ 50.00"
id: "eur:once:5000"
payment_link: "https://donate.stripe.com/28o15het1cL47wQ8wy"
- label: "€ 100.00"
id: "eur:once:10000"
payment_link: "https://donate.stripe.com/cN2bJVbgP3au8AU4gj"
- label: "€ 250.00"
id: "eur:once:25000"
payment_link: "https://donate.stripe.com/00g3dp1Gf3au2cw3cg"
- label: "$ 10.00"
id: "usd:once:1000"
payment_link: "https://donate.stripe.com/bIYbJVet1h1k3gA4gl"
- label: "$ 20.00"
id: "usd:once:2000"
payment_link: "https://donate.stripe.com/dR6aFR2KjfXg8AUeV0"
- label: "$ 50.00"
id: "usd:once:5000"
payment_link: "https://donate.stripe.com/28o5lxet1aCW5oIaEL"
- label: "$ 100.00"
id: "usd:once:10000"
payment_link: "https://donate.stripe.com/7sI9BN3OnbH0bN628g"
- label: "$ 250.00"
id: "usd:once:25000"
payment_link: "https://donate.stripe.com/cN28xJgB9aCWaJ29AJ"
# Monthly donations:
- label: "€ 5.00"
id: "eur:monthly:500"
payment_link: "https://buy.stripe.com/4gw9BN0Cb6mGcRa5ku"
- label: "€ 10.00"
id: "eur:monthly:1000"
payment_link: "https://buy.stripe.com/14k01dbgPh1kbN6cMX"
- label: "€ 20.00"
id: "eur:monthly:2000"
payment_link: "https://buy.stripe.com/6oEcNZckTfXg6sM3co"
- label: "€ 50.00"
id: "eur:monthly:5000"
payment_link: "https://buy.stripe.com/bIY6pBfx56mGbN628l"
- label: "€ 100.00"
id: "eur:monthly:10000"
payment_link: "https://buy.stripe.com/14k6pB5WveTc7wQeV8"
- label: "€ 250.00"
id: "eur:monthly:25000"
payment_link: "https://buy.stripe.com/5kA15h0Cb6mG6sM00f"
- label: "$ 5.00"
id: "usd:monthly:500"
payment_link: "https://buy.stripe.com/14k7tFdoXdP87wQeVa"
- label: "$ 10.00"
id: "usd:monthly:1000"
payment_link: "https://buy.stripe.com/4gwbJVdoXdP818saEV"
- label: "$ 20.00"
id: "usd:monthly:2000"
payment_link: "https://buy.stripe.com/fZeeW784D26q18s00i"
- label: "$ 50.00"
id: "usd:monthly:5000"
payment_link: "https://buy.stripe.com/6oE29l0CbdP8aJ2eVd"
- label: "$ 100.00"
id: "usd:monthly:10000"
payment_link: "https://buy.stripe.com/4gwcNZ4SrbH0bN600k"
- label: "$ 250.00"
id: "usd:monthly:25000"
payment_link: "https://buy.stripe.com/cN201dacL7qK18saEZ"