#CryptoGorilla
1 messages · Page 1 of 1 (latest)
What Stripe product(s) are you using to collect payments? (e.g. Checkout, Payment Element, Card Element, etc.)
We don't know anything about Whop. Do you make any API calls to Stripe on your end? Or is that all done through Whop?
Done through
whop
Is there a way based on their card to get their general location or something?
I just need something to give my government to prove I don't have to pay taxes
a majority of my members are outside canada
Do you have access to use the Stripe API or the Stripe Dashboard?
No idea
I signed up to Whop, which uses Stripe
I'm close with the Whop team, what should I be asking them
It's connected to Stripe Express, which seems very bare bones
I see. This is a channel for developers and API integration questions, so I'm not sure what to advise here. If they want to hop in to this channel and ask questions, we can advise them on how to retrieve this info, but we would need to be able to ask them questions about how their integration works.
Not sure if this helps or not, but the billing_details on each Payment Method likely has the info you're looking for: https://stripe.com/docs/api/payment_methods/object?lang=python#payment_method_object-billing_details but again, only Whop can give you access to this type of thing.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I see, I'll pass on the info
Thank you