#sntlljsmn
1 messages · Page 1 of 1 (latest)
Hi there do you want to check it upon checkout completion?
Before checkout completion, if it's possible?
Not possible with Checkout. But you can achieve it with CardElement integration by calling stripe.createPaymentMethod() to create a PaymentMethod and check its card.country property https://stripe.com/docs/api/payment_methods/object?lang=php#payment_method_object-card-country
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks, will look into it