#sheisty6_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1257801493302743190
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there!
hi!
Taking a look at the IDs you shared
the subsequent price is incorrectly increased
I loaded the Checkout Session URL and I see this. Where do you see 10.88? Is it 10.88 USD or some other currency?
same happens for price price_1Otb23LWH9R7HhsvvhlvdPhC which is 24.99 every 3 mos
the issue didn't happen in a private browser so it seems like some browser state issue.
Hm, looks like this is related to tax
I take it you already added a billing address in your screenshot above?
Oh yes, that is the case
NY
Once I input NY billing address, the price increases to 10.88 while the tax field shows 0
Yep, I see this on my end, too. If I input a CA address, I see "Then $10.98 per month after coupon expires" but tax for the current Sesssion shows up as $0
Notably, we have not submitted any state tax registrations
I'll test this out on my end as well but are you able to create a test mode Checkout Session that shows the same behavior?
let me try
cs_test_a1IKAzkGiM06NWHzhC9RDCjgYAdRKGnkaawj6cUvMljyjgAI6BEmoQnwYd replicates the issue
price id: price_1OXFXQLWH9R7HhsvrHnOZUOa
coupon id: GsDOp4Wf
Okay, I completed the test mode Session to confirm that the first invoice was $4.99
Still testing on my end. Going to introduce test clocks to see what we do for the next invoice
sounds good, thanks!
Okay, so there are no tax registrations but I do see the origin address in your Tax settings is set to NY and your default tax code is txcd_10103000. The product for the price in question uses this tax code. The price has an unspecified tax_behavior so currently testing with this
Sorry, this is taking me a little longer than expected
no worries!
Huh, I think this is a bug
I see "Then $10.98 per month after coupon expires" but the next invoice is actually for $9.99, not 10.98
wow! Is that specific to us somehow?
No, doesn't look like it. I was able to test this in a separate account
If you don't intend to collect tax, I recommend omitting auotmatic_tax[enabled]: 'true' when you create the Checkout Session
this worked, thank you!!