#VmC - Business Account
1 messages ยท Page 1 of 1 (latest)
HI ๐
You can allow users to provide their Tax IDs to identify the purchase as a business expense.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hello and ty! They are using the Stripe Checkout page so they are the ones filling in the details
So what you are saying is that I should ask the customer if he wants to use business checkout before redirecting to the checkout page?
either that or make the option available for all customers and the ones who want to can use it
But dynamically adjusting the Checkout Session is likely a better practice
Ok so including the tax_id_collection in checkout toggles an optional field
I agree with the best practice method but our customer journey doesn't allow us to introduce a checkbox or input
Gotcha. Then you can have it on by default
From what I can see here it is required
So this would basically lead to the field being shown but not as REQUIRED ?