#jleeds
1 messages · Page 1 of 1 (latest)
Okay thanks! If I have all that information as well is it possible? All I need is to retrieve the card country.
Not sure if there is a specific endpoint for just retrieving card information
Once you tokenize the card and create a payment method then the country should be populated on the PaymentMethod object
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.
There's no way to get this information without creating a PaymentMethod
Okay cheers