#Scott-eu-card
1 messages · Page 1 of 1 (latest)
Hey - right now i'm doing apple/google pay integration
Using Payment Element? Payment Request Button?
Stripe_PaymentRequest
Which then calls the API to create the Payment Intent where I am setting the destination of the transaction to go to a connect account
You should be able to get access to the underlying Payment Method object, and check the country field: https://stripe.com/docs/api/payment_methods/object#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.
Interesting - For some reason, in test mode. When I pay using my own Card Details, the Origin is Marked as United States even though my card is an Irish Bank Card?
Well, you won't be able to use a live card in test mode
If you want to test regional specific cards: https://stripe.com/docs/testing#international-cards