-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsamples.json
More file actions
199 lines (179 loc) · 7.38 KB
/
samples.json
File metadata and controls
199 lines (179 loc) · 7.38 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"samples": [
{
"name": "link",
"description": "Learn how to enable faster checkout with Link",
"URL": "https://github.com/stripe-samples/link"
},
{
"name": "stripe-terminal-list-readers",
"description": "Companion repo for Stripe Developers episode 'Retrieving Stripe Terminal Readers'",
"URL": "https://github.com/stripe-samples/stripe-terminal-list-readers"
},
{
"name": "stripe-terminal-collect-payments",
"description": "Companion repo for Stripe Developers episode 'Create and collecting payments with Stripe Terminal'",
"URL": "https://github.com/stripe-samples/stripe-terminal-collect-payments"
},
{
"name": "stripe-terminal-cancel-actions",
"description": "Companion repo for Stripe Developers episode 'Canceling Stripe Terminal Reader actions'",
"URL": "https://github.com/stripe-samples/stripe-terminal-cancel-actions"
},
{
"name": "terminal",
"description": "Learn how to accept in-person payments",
"URL": "https://github.com/stripe-samples/terminal"
},
{
"name": "issuing",
"description": "Learn how to use Stripe Issuing to issue cards and authorize transactions in real-time",
"URL": "https://github.com/stripe-samples/issuing"
},
{
"name": "issuing-treasury",
"description": "Starter application demonstrating the use of Stripe's Issuing, Treasury, and Connect APIs",
"URL": "https://github.com/stripe-samples/issuing-treasury"
},
{
"name": "push-provisioning-samples",
"description": "Sample apps to give Issuing users a pre-certified foundation for developing their own push provisioning apps.",
"URL": "https://stripe-push-provisioning-example-backend.glitch.me/"
},
{
"name": "saving-card-without-payment",
"description": "How to build a form to save a credit card without taking a payment",
"URL": "https://github.com/stripe-samples/saving-card-without-payment"
},
{
"name": "checkout-one-time-payments",
"description": "Use Checkout to quickly collect one-time payments",
"URL": "https://github.com/stripe-samples/checkout-one-time-payments"
},
{
"name": "checkout-single-subscription",
"description": "Learn how to combine Checkout and Billing for fast subscription pages",
"URL": "https://github.com/stripe-samples/checkout-single-subscription"
},
{
"name": "checkout-uk-bacs-debit-setup",
"description": "Learn how setup a Bacs Direct Debit",
"URL": "https://github.com/stripe-samples/checkout-uk-bacs-debit-setup"
},
{
"name": "checkout-uk-bacs-debit-setup-and-payment",
"description": "Learn how setup a Bacs Direct Debit and take a payment",
"URL": "https://github.com/stripe-samples/checkout-uk-bacs-debit-setup-and-payment"
},
{
"name": "accept-a-payment",
"description": "Learn how to accept a payment",
"URL": "https://github.com/stripe-samples/accept-a-payment"
},
{
"name": "saving-card-after-payment",
"description": "Learn how to save a card for later reuse after making a payment",
"URL": "https://github.com/stripe-samples/saving-card-after-payment"
},
{
"name": "subscriptions-with-card-and-direct-debit",
"description": "Learn how to implement card and direct debit methods for usage with subscriptions",
"URL": "https://github.com/stripe-samples/subscriptions-with-card-and-direct-debit"
},
{
"name": "charging-a-saved-card",
"description": "Learn how to charge a saved card",
"URL": "https://github.com/stripe-samples/charging-a-saved-card"
},
{
"name": "connect-onboarding-for-standard",
"description": "Learn how to onboard users for Stripe Connect with Onboarding for Standard",
"URL": "https://github.com/stripe-samples/connect-onboarding-for-standard"
},
{
"name": "connect-destination-charge",
"description": "Process a Connect destination charge using Stripe Elements.",
"URL": "https://github.com/stripe-samples/connect-destination-charge"
},
{
"name": "connect-direct-charge",
"description": "Process a Connect direct charge using Stripe Elements.",
"URL": "https://github.com/stripe-samples/connect-direct-charge"
},
{
"name": "connect-destination-charge-checkout",
"description": "Process a Connect destination charge using Stripe Checkout.",
"URL": "https://github.com/stripe-samples/connect-destination-charge-checkout"
},
{
"name": "connect-direct-charge-checkout",
"description": "Process a Connect direct charge using Stripe Checkout.",
"URL": "https://github.com/stripe-samples/connect-direct-charge-checkout"
},
{
"name": "connect-express-oauth",
"description": "Onboarding an Express Connect account using OAuth.",
"URL": "https://github.com/stripe-samples/connect-express-oauth"
},
{
"name": "connect-standard-oauth",
"description": "Onboarding an Standard Connect account using OAuth.",
"URL": "https://github.com/stripe-samples/connect-standard-oauth"
},
{
"name": "connect-top-up-and-transfer",
"description": "Top-up your platform's balance and pay out connected accounts.",
"URL": "https://github.com/stripe-samples/connect-top-up-and-transfer"
},
{
"name": "card-brand-choice",
"description": "Supporting Card Brand Choice with Stripe.",
"URL": "https://github.com/stripe-samples/card-brand-choice"
},
{
"name": "subscription-use-cases",
"description": "Create subscriptions with fixed prices or usage based billing.",
"URL": "https://github.com/stripe-samples/subscription-use-cases"
},
{
"name": "connect-onboarding-for-express",
"description": "Onboard an Express Connect account using the API.",
"URL": "https://github.com/stripe-samples/connect-onboarding-for-express"
},
{
"name": "identity",
"description": "Learn how to verify your users' identities.",
"URL": "https://github.com/stripe-samples/identity"
},
{
"name": "developer-office-hours",
"description": "Starter templates for following along with video tutorials.",
"URL": "https://github.com/stripe-samples/starter"
},
{
"name": "starter",
"description": "Starter templates for following along with video tutorials.",
"URL": "https://github.com/stripe-samples/starter"
},
{
"name": "oasis-hubs-dotnet",
"description": "Sample application showing a Stripe Connect and Billing integration using ASP.NET Core.",
"URL": "https://github.com/stripe-samples/oasis-hubs-dotnet"
},
{
"name": "terminal-apps-on-devices",
"description": "Deploy your Android apps on Stripe SmartPOS Android devices.",
"URL":"https://github.com/stripe-samples/terminal-apps-on-devices"
},
{
"name": "tap-to-pay-android-demo",
"description": "Accept contactless payments on a compatible Android device with the Stripe Terminal SDK.",
"URL": "https://github.com/stripe-samples/tap-to-pay-android-demo"
},
{
"name": "stripe-connect-furever-demo",
"description": "Integrate with Connect embedded Components to build a fully embedded Connect integration.",
"URL": "https://github.com/stripe/stripe-connect-furever-demo"
}
]
}