#sumitp07

1 messages · Page 1 of 1 (latest)

jolly prawnBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

digital rose
#

👋 How can I help?

quick carbon
#

I have integrated custom stripe customer portal using stripe API, so in that I am providing edit billing address details to customer, I want to provide the edit tax id functionality to customer? So I can I do this?

#

depend upon the updated address I want to ask customer to edit tax id

digital rose
quick carbon
#

I have not used the stripe customer portal, I have developed my own customer portal using stripe APIs, and to edit customer billing address I am using stripe address element.

digital rose
quick carbon
#

Is there any stripe element to get input of tax id to update

#

like address element and card element

digital rose
#

Stripe doesn't have an element for Tax ID. This should be collected by your own form and update it via API

quick carbon
#

the updated tax id should apply the change of tax on the next month billing or current one as well.

#

?

digital rose
#

It'll be reflected in the next invoice. Any existing invoice that has been created won't be updated to the new tax ID

quick carbon
#

so is it required to delete old one or not?

digital rose
#

Yes, it's been explained in the doc:

To update a tax ID, delete the old ID and create ​​another one.

quick carbon
#

is there any API to retrieve tax id type depend upon the country?

digital rose
quick carbon
#

this updated tax id need to attach with subscription or need to update at customer level only?

digital rose
#

Updating at customer level should be sufficient. I'd recommend testing in test mode to ensure that it's aligned with your expectation

quick carbon
#

ok. let me check

#

how it will work.

digital rose
quick carbon
#

ok