Hello,
Wappler with Stripe is a game changing for ecommerce website.
How do you save card with Stripe?
I clicked on Stripe Card but the form didn’t display.
Any tips for the steps.
Hello,
Wappler with Stripe is a game changing for ecommerce website.
How do you save card with Stripe?
I clicked on Stripe Card but the form didn’t display.
Any tips for the steps.
The Stripe elements are for complete custom checkout forms.
If you just want to use the stripe hosted checkout, which is much easier, you can use the regular checkout procedure but on the server side you have to set the create checkout method to “setup” and add a webhook to save the session/ card afterwards for reuse.
More details at:
https://stripe.com/docs/payments/save-and-reuse
Thank you @George, I know this steps.
I wanted to display the form on the page using the Wappler.
I already did it before manually but I want to know if the form can be generated on Wappler, with the validation. If so, how can we do it?
With custom checkout forms with Stripe elements, there are a bit more flows and events to follow.
So you have to create you your own setup intent first.
We hope to publish more docs about this next week.
Great ! I will be looking forward to see these documents.
Thank you again!