#xSummerFortx-tax

1 messages · Page 1 of 1 (latest)

ember spindle
hollow star
#

This is the message I get on my stripe dashboard:
Stripe Tax isn't yet supported for your country. Please contact stripe-tax-support@stripe.com to register your interest or if you want to collect tax in a supported market.

ember spindle
#

is your Stripe account based in India?

hollow star
#

Yes

ember spindle
#

then like it says, we don't support automatic tax in that country unfortunately

#

so your option is to use a business entity and Stripe account in a supported country, or use an alternative tax solution

hollow star
#

Is there any way that my India bases account could use this feature?
If not, how do you suggest that I calculate the tax amount for my clients?

ember spindle
hollow star
#

I have another question. Should I ask here or create another thread?

ember spindle
#

you can ask here!

hollow star
#

Sure.
Indian regulations require invoices to be generated in INR to be paid using an Indian origin card.
How do I make sure that the invoice generated for my client is in INR or USD basis his card origin?

#

As I understand that invoices are generated before payment is made.
We are using subscriptions and require invoices in USD, unless the client is from India.

ember spindle
#

it's a good question! there's not really a good answer beyond just asking the customer upfront where they are and where their card they want to use to pay is issued from and branching your code at that point.

hollow star
#

Okay..
Is there a way to get the card/origin country in the payment methods object? Would this be a good way to decide the user's invoice currency?

ember spindle
#

in theory yes but it's not an integration we document

#

but you need to have the PaymentMethod object already, and that's not usually how our documented integrations work, they just confirm a PaymentIntent directly without creating the PaymentMethod first