#bazookaDev777
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payments/setup-intents you should setup Intent APIs if you want to collect a payment method for future use
This does not charge the user. How do I know if the card is valid or not?
Stripe would perform card validation when you confirm the SetupIntent
If you don't mind asking, what is the difference b/w charging a customer/not charging to validate the payment method. Any reason why choose one over other?
The obvious difference here is that your customer is charged.
It really depends on what you want to achieve here. If you want to validate a card without charging a customer, use SetupIntent
Thanks! If I want to charge the customer and refund money in full. How would you suggest to go about it?
You can do that but this is not something I'd recommend. You'll still need to pay the processing fee
Does stripe offer full refund?