#moritz-customer-country
1 messages · Page 1 of 1 (latest)
moritz-customer-country
Hey @final hound! I don't know what you can or can't do in the Dashboard sorry. In the API, it will depend a lot on what your integration collects from your customers or what products you use.
You can use the List Customers API (https://stripe.com/docs/api/customers/list) to loop over all your Customers objects for example and check the address for it if you have collected it and stored it in Stripe?
You can also look at their PaymentMethod (https://stripe.com/docs/api/payment_methods/list) For example with card PaymentMethods you can check card[country] (https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-country) which we determine based on their card's BIN and can guess where it's issued from. You can also check the billing_details on that object
cool thanks
that was fast
(I recommend you advertise this support here more - its a clear USP)
Thanks a lot for the positive feedback, it's great to hear! And yeah we have it at the bottom of https://support.stripe.com/contact for example
But also the server can already be quite busy with 20 people asking for help at the same time, so we're careful with scaling
chatGPT3 to the rescue lol