#ab92023

1 messages · Page 1 of 1 (latest)

novel vortexBOT
vale sleet
blazing sentinel
#

We’re using the csrd element and confirm card payment method. Would it be feasible to accept the payment and authorise using this method, but then cancel the payment intent if the card brand is not visa or Mastercard? Would we get charged for this transaction if cancelling the payment intent?

vale sleet
#

What you mean by "csrd element"?

#

Would it be feasible to accept the payment and authorise using this method, but then cancel the payment intent if the card brand is not visa or Mastercard?
You need to update your integration (if it's not already) following this flow:
https://stripe.com/docs/payments/accept-a-payment-deferred
You collect the PaymentMethod first => you do your checks on the card => if ok, confirm the payment