#sheisty6_api

1 messages ¡ Page 1 of 1 (latest)

eager ploverBOT
#

👋 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.

winged wedge
#

Hi there!

sour dune
#

hi!

winged wedge
#

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?

sour dune
#

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.

winged wedge
#

Hm, looks like this is related to tax

#

I take it you already added a billing address in your screenshot above?

sour dune
#

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

winged wedge
#

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

sour dune
#

Notably, we have not submitted any state tax registrations

winged wedge
#

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?

sour dune
#

let me try

#

cs_test_a1IKAzkGiM06NWHzhC9RDCjgYAdRKGnkaawj6cUvMljyjgAI6BEmoQnwYd replicates the issue

price id: price_1OXFXQLWH9R7HhsvrHnOZUOa
coupon id: GsDOp4Wf

winged wedge
#

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

sour dune
#

sounds good, thanks!

winged wedge
#

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

sour dune
#

no worries!

winged wedge
#

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

sour dune
#

wow! Is that specific to us somehow?

winged wedge
#

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

sour dune
#

this worked, thank you!!