#aw
1 messages · Page 1 of 1 (latest)
You have to use either Invoices, Subscriptions, Payment Links, or Checkout.
Both Payment Links and Checkout use Payment Intents under the hood, but there isn't currently and option for using Stripe Tax on a custom Payment Intent flow
If you're using Payment Intents for one-time payments, you need to calculate your taxes and supply the final amount for the payment intent
We sell our products globally, where each country has a different tax rate. Do we need to calculate the tax for each payment intent if we are using one-time payment intents?
Is there an API in Stripe that we can use to handle this case?
Yes, you need to supply to total/final amount including all discounts and taxes when using payment intents directly
You can use Checkout in payment mode, if you taxes are in a supported jurisdiction:
https://stripe.com/docs/tax/registering#list-of-state-and-country-registration-sites
It's also possible to use one-off invoices to collect payment
So, if we use checkout, do we have to make the product in Stripe?
Yes, though you can do that dynamically using product_data:
https://stripe.com/docs/api/checkout/sessions/create?lang=curl#create_checkout_session-line_items-price_data-product_data
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 I’m still waiting for an answer
@glass lantern pardon? are you working with @true needle?
I’m trying to get ahold of a person
Please see here in your thread: https://discord.com/channels/841573134531821608/1050130123321511997
Thank you for taking the time to answer my question. I will try to use this solution. ill let you know how it goes @fathom pelican @pale ridge 🙂 have a nice day
You're welcome!