#bazookaDev777

1 messages · Page 1 of 1 (latest)

timber currentBOT
reef elbow
hot adder
#

This does not charge the user. How do I know if the card is valid or not?

reef elbow
#

Stripe would perform card validation when you confirm the SetupIntent

hot adder
#

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?

reef elbow
#

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

hot adder
#

Thanks! If I want to charge the customer and refund money in full. How would you suggest to go about it?

reef elbow
#

You can do that but this is not something I'd recommend. You'll still need to pay the processing fee

hot adder
#

Does stripe offer full refund?