#rhy0295
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- rhy0295, 1 day ago, 17 messages
Additionally, one other question: how do I prevent the form from showing this by default ‘this field in incomplete’? I want it to just do error check once certain actions happen E.g., submit
- It's normally inside the PaymentIntent object retrievable via API Let's provide an example PaymentIntent and we'll see
- You will calculate Tax on backend after retrieved the address like this: https://stripe.com/docs/tax/custom
- No it will be the same balance on your Stripe account. Each transaction will be (original amount + taxed amount). See examples in https://stripe.com/docs/tax/custom#integration-examples
For the other question, no I don't think we have option to customize that behavior
So by default the user will always see error fields when they load a stripe payment form using address elements?
Let's go one by one
This is Card Element, a legacy integration than Payment Element or Address Element
I see, so I should change it to the payment element
Yep
Is there documentation on how to do this in next js? When I read the docs I see it only in vanilla js
https://www.youtube.com/watch?v=nVvDr6MyEXE this could be a good start
Learn how to get a Next.js app up and running, install the Stripe libraries, configure your application securely, and create a webhook endpoint and handler using Next.js and Stripe.
Presenter
Paul Asjes - Developer Advocate at Stripe - https://twitter.com/paul_asjes
Resources
Next.js: https://nextjs.org
Table of contents
00:00 In...