#icurrytheteam
1 messages · Page 1 of 1 (latest)
Yep, you should look at this guide: https://stripe.com/docs/payments/save-during-payment?platform=web
From my understanding, this can only be done when there's a transaction completed. Can this (saving a card to a customer) be done without a transaction?
Yep, using Setup Intents: https://stripe.com/docs/payments/save-and-reuse
Sorry, thought you said you wanted to save when they made a purchase
Ok, yes - this makes sense.
When I save card details for a customer using SetupIntents, will this automatically authenticate/verify said card?
Yep. Details here: https://stripe.com/docs/payments/setup-intents
Awesome, thanks.