#rogerfelt_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1238488682483286107
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Screenshot
Could be that it's some VAT rule I'm not aware of, in which case I apologize for the ignorance ๐ต
Taking a look, but up front my suspicion is that the price has the tax set to inclusive
Whoopsie - I think you're right!
Ah, yea you're using price_data
You likely want to set tax_behavior=exclusive then:
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-line_items-price_data-tax_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It's working as expected now, thank you for helping me out with that
NP!