Hello,
I found a bunch of modern Stripe payment form examples. They all seem to be using Stripe Elements. I want to build my own form. Found a few dated examples, like one at gist jQuery custom payment form and at another jQuery stripe payment example making/submitting forms without Elements.
Based on that, it would seem that I just need to do:
Stripe.setPublishableKey('pk_eAZ06pBC0vowwUT7VkIQbD27S512k');I see that v2 version API would then take the token append it to the form then submit?
Could I use this together with Payment Intents API?
What is the correct way of building the HTML form WITHOUT Elements?
If someone could please share links to the documentation, or code example, it would be awesome.
Thank you
--
To unsubscribe from this group and stop receiving emails from it, send an email to api-discuss...@lists.stripe.com.