#Ronald2021 - automatic tax
1 messages · Page 1 of 1 (latest)
please don't use @here, no reason to do that when we reply in real time
ok thank for that
What's blocking you? https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_data-tax_code for example let's you pass the tax code
i am developing a platform that allows users to create there own product and state the price of the product. the platform facilitate payments via stripe, I need taxes be applied on each product based on the state.(all this products does not exist in stripe, I am only charging users)
but to charge users you have to pass product details already, it's required
if you want Stripe Tax to work, we need to know what the product is, what its tax code is. We can't decide tax otherwise
in my workflow i am just passing the price and description of the payment
Is there say a specific code that can be passed to allow stripe apply tax on this
yeah I'm sorry I don't get waht you are saying at all unfortunately
Can we take a step back from your own product? What exact Stripe API are you using right now?
sure let me share the plugin i am using
We don't really look at plugins in any way here as we focus on devs writing the whole code end to end. If you're using a plugin you usually want to chat with the plugin's developers directly really
is the a call that allows charging a user and may be have auto tax being true
yeah I'm sorry but that's not really clear, you're still not sharing what exact parts of our API/products you're using and we can't really help without a lot more specific details
If you do use a plugin though you should likely reach out to them to ask what is supported or not in their own implementation