#willjosefi - payment intents
1 messages · Page 1 of 1 (latest)
Can you explain the flow in steps that you want to do?
I'm afraid I don't understand your objective
so, we are creating a PaymentIntent to collect a payment from the user... But... if the user damages our product we need to bill them again, but we would like to not ask their credit-card again ... we would like to just reuse their credit-card
ah, i see
To cover that scenario you want to follow this guide to set up the card for future payments:
https://stripe.com/docs/payments/save-during-payment
Note that this is a separate payment/auth and might be declined.
If you need to hold eg a deposit for a rental, you should get do that before delivering the item.
ok, I'm going to check that
thanks
NP!