#bruno224466

1 messages · Page 1 of 1 (latest)

nova coralBOT
bleak anvil
#

Here's my checkout form:

#

Question: can a User just select any country they like (expecially the one with a low tax rate) and get away with this?

#

Is there a way to verify Country (eg that Card is issued in that country) with Stripe? Thanks

next juniper
#

We have some docs on location validation here
https://stripe.com/docs/tax/subscriptions#handling-location-validation
https://stripe.com/docs/tax/subscriptions#create-a-customer

If you retrieve the PaymentMethod for the card, then you should also be able to find the issuing country under card hash
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-country

You could use that for validation

Learn how to collect and report taxes for recurring payments.