#dano_jan
1 messages · Page 1 of 1 (latest)
Hello dano_jan, 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.
• https://discord.com/channels/841573134531821608/1164362598104436747, 0 days ago, 19 messages
Is this doc helpful for what you are trying to do? https://stripe.com/docs/payments/save-during-payment?platform=react-native&ui=payment-sheet
I can look in to our docs if you need to specifically use Tokens still, but that is a legacy flow, so it may be easier to start with our current integration pattern for this
My doubt in this documentation is that, at the beginning, I don't want to charge anything. I only have a form to save the card, where I request name, card number, CVC, and then click a SAVE button.
In this case, the documentation indicates saving after the order has already been paid.
My question is whether I have to modify my flow, or should I charge and then later issue a refund of the money?
For that you would use a SetupIntent https://stripe.com/docs/payments/save-and-reuse
That lets you save without any kind of charge
Ok I will trying that