#andheller-vercel-checkout
1 messages ยท Page 1 of 1 (latest)
๐ before I forget: don't share API keys like that even Test mode
Use the default Test API keys from Stripe otherwise (visit https://stripe.com/docs/api/charges/create without being logged in for example)
Now with that out of the way, this looks really cool
it's way better than my currently 30+ separate PHP scripts to test various behaviour with Checkout
Sounds good, I'll go ahead and change that and revoke the old one! Looks like the success link is localhost by accident still, so I'll fix that too!
yay!
If you want feature requests you didn't ask for
1/ Payment method selection with/without automatic selection
2/ multiple line items
3/ subscription mode
Thanks! I do! Keep them coming if you have more. I was planning on 2 and 3, but 1 is a good idea too
Yay! I just flagged internally to the eng team behind Checkout since this is cool and similar to one of our internal demos ๐
Very cool, @buoyant ibex! Thanks for sharing. Would love to chat about what inspired you to make this and if you have any other ideas in mind ๐
Thanks! I've got some refining left on this one. I do have more ideas! I'm wanting to make interactive playgrounds, for a whole real world app. I'm wanting to look more into how auth and Stripe checkout for membership. I recently got bit by the Svelte/SvelteKit bug. I really love the REPL environment and the REPL tutorial style. I'd like to integrate that too