Weweb demo with Stripe Elements

a good starting point for this is stripe documentation where you have multiple examples depending on the use case and integration. If you have specific questions after reading the documentation it’s a good idea to start a new topic because it’s more visible and the community can better answer your question

Sorry, let me rephrase, in your example, did you deal with taxes?

trying to make this more clear: this topic is about a custom code component integrating stripe elements before the official integration. handling taxes is something you manage when intaracting with stripe api from your backend, for example when you create a checkout session or a payment intent that you then pass to the component. the example is just the minimum needed for tge component to work and because of that it doesn’t handle taxes.
stripe docs are the best starting point to learn how to handle taxes when interacting with the api.

1 Like