#rstupek
1 messages · Page 1 of 1 (latest)
Setup Intents are used to charge customers at all - setup intents are used to collect payment details that can be used later
used later how then? wouldn't you use it to collect money from a customer?
I guess I don't understand what it would be use for?
You should read this doc: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements
I did read that document. You said setup intents aren't used to charge customers at all, the page says "learn how to save payment details and charge your customers later"? my question was can the same intent be used to charge a customer later more than once
You can't use the SetupIntent to charge at all
The SetupIntent sets up a PaymentMethod that can be used with future payments, but the setup intent can't be reused at all
ok so my question is can the paymentmethod setup via a setupintent be used to submit more than 1 future payment?
Yup!