#nicolas_api

1 messages · Page 1 of 1 (latest)

azure stumpBOT
#

đź‘‹ Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1466797790347657433

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

grave mauve
#

Hi there! Is there a specific request you tried that failed? If so, could you provide that request ID?

odd cedar
#

It's not a failed request, we wanted to know how to manage the billing and tax informations

grave mauve
#

Got it. Can you provide more context into what exact information you are trying to update, how you are updating it, and what isn't working?

odd cedar
#

when set during the first session, the user is not allowed to update the information in the checkout page, but from his portal

#

Right?

grave mauve
#

Right. This doc describes the specific behavior for tax_id_collection[enabled]
https://docs.stripe.com/tax/checkout/tax-ids?payment-ui=stripe-hosted#create-session

With tax ID collection enabled, Checkout shows and hides the tax ID collection form depending on your customer’s location. If your customer is in a location supported by tax ID collection, Checkout shows a checkbox allowing the customer to indicate that they’re purchasing as a business. When a customer checks the box, Checkout displays fields for them to enter the tax ID and legal entity name for the business. If available, Checkout uses the customer’s shipping address to determine their location, otherwise Checkout uses the customer’s billing address. Customers can only enter one tax ID.

odd cedar
#

Thanks @grave mauve

grave mauve
#

No problem, glad to help!