#sammyy1909

1 messages · Page 1 of 1 (latest)

mental pendantBOT
quasi field
keen sedge
#

It seems you are using Stripe Checkout

#

if so, no you can't get the status of that checkbox.

quasi field
#

What can we use to make something like this?

keen sedge
#

You need to implement that form on your using

#

You can use Stripe Element for the payment details

#

and you implement the checkbox and the tax input fields by your own

stiff star
#

I'm also having the same problem.
Stripe have the option to collect tax id and a checkbox that says "I'm purchasing as a business". There is any way to to apply different tax rates for particular and business tax IDs ?

keen sedge
#

Stripe have the option to collect tax id and a checkbox that says "I'm purchasing as a business".
That's using Stripe Checkout

#

you can use Stripe Element and implement your own input form and apply your own logic

stiff star
#

the problem that i was trying to solve it to apply apply different rates and recalculate the final value taking into account the address and and the tax ID input.

But i got it, I have to build a payments integration and implement my own logic using the Stripe Elements

Thank you so much for your explanation!