#MarkoBoras
1 messages · Page 1 of 1 (latest)
Not sure what you would mean by that or how a TaxRate would inteact with an instance of the portal.
I am business based in Croatia. I have different scenarios for applied tax to different users:
- for non eu physical entities I need to apply my country's tax rate
- for non eu legal entities (company ID) I need to set tax rate to 0
I somehow need to control that
that is not really related to using the portal
How can I achieve that
you can apply a TaxRate when creating a Subscription, e.g. https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-tax_rates
ok
I have VAT ID (company ID) input in my app
I can use that property when I am creating customer right?
Do you have some type of validation when I am creating customer with VAT ID
and you return me back some information that his VAT ID is wrong
I am now looking at this what can I do when I am creating customer first time
so I have VAT ID from user that he has entered
yes we do validation
do you have some endpoint where I can send VAT ID value and you return if value is valid back type
because I don't know what type of VAT ID is for all users
no, we expect you to have that logic, or you can use Checkout and enable tax ID collection there and the hosted form handles it
can I pass in creation of checkout user's address, company name, vat ID
and based on that checkout is created?
also is this possible to achieve
user updates his TAX ID in customer portal. If TAX ID is valid and you let him pass so it means it is valid I receive some event in my webhook. On that event I update customer's customer object or subscription object to apply specific tax rate
if you understand me
I am good with:
- physical and legal entities in my country
- physical and legal entities in EU
I have issue with:
- physical non-eu 25% tax rate
- legal non-eu 0% tax rate
That is why I am asking this
one question at a time
k sorry
overall I suggest writing a support ticket, I can't keep up with you. https://support.stripe.com/?contact=true
can you answer me on last question
what would that question be
user updates his TAX ID in customer portal. If TAX ID is valid and you let him pass so it means it is valid I receive some event in my webhook. On that event I update customer's customer object or subscription object to apply specific tax rate
and picture above
I don't see a question.
can I achieve that
I don't know, I can't understand your question