#saroj
1 messages · Page 1 of 1 (latest)
Hi there,
You can block detect card issuer brand and disable the payment from your frontend.
You can refer to this complete example, which shows how to disable payments for AMEX cards
https://jsfiddle.net/nwyf587t/
Thanks for the reply, but it will be good if there is implementation from backend or stripe radar rules.
If you want to do some restriction on Server side, when creating a PaymentIntent you can set the networks that can be accepted for card payments:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-card-network
More details can be found here in fact:
https://stripe.com/docs/card-brand-choice#confirming-the-card-network-on-the-server