#Anand19961605
1 messages · Page 1 of 1 (latest)
Hi
You are using Checkout Session or Element ?
We have build website on open cart application and stripe plugin is used ? does this answer the question ?. ITs a Java script code we have implemented hence element I suppose.
We don't know Opencart here, but you are the one maintaining the website, you can adapt your integration to this:
https://stripe.com/docs/payments/accept-a-payment-deferred
Once you collect the PaymentMethod, you can do a check on the card brand:
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-brand
Okay , Thanks for the response & info