Replies: 1 comment
-
is switching the keys enough? you need to replace your test keys with production keys. You also need to add the production publishable key to your app set test mode to false in case you use the payment sheet. Your backend needs to be reachable for the app that you are using so test you need to host it. you always need a backend because the backend is responsible for creating the payment intents. Depending on the payment methods that you provide you should check the stripe docs on what to implement server side. Our library only handles the client side. You can't and that would be security wise very bad. What you need to do is request a new payment intent (with the new charge) in case the amount is wrong. Your backend needs to handle this with Stripe. |
Beta Was this translation helpful? Give feedback.
-
Does changing the keys from test to live keys all I have to do? How does the server get replaced then?
An example flow would be to
Please help, much appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions