#Fizzi
1 messages ยท Page 1 of 1 (latest)
I think the address property would be the best way to go. As far as I know we don't support anything around showing the customer's IP location if that is more what you are asking about https://stripe.com/docs/api/customers/object#customer_object-address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So basically iterate through all my customers, extract country/state from address, then aggregate?
No need for IP
Correct!
Okay, thanks ๐