#CryptoGorilla

1 messages · Page 1 of 1 (latest)

serene plinthBOT
keen jackal
#

What Stripe product(s) are you using to collect payments? (e.g. Checkout, Payment Element, Card Element, etc.)

nocturne saffron
#

It's through a subscription service called Whop

#

and it uses stripe express

keen jackal
#

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?

nocturne saffron
#

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

keen jackal
#

Do you have access to use the Stripe API or the Stripe Dashboard?

nocturne saffron
#

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

keen jackal
#

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.

nocturne saffron
#

Thank you