#ben_subscription-pendinginvoiceitem
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/1469388923942998046
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ had a few threads open at once, will be looking into this shortly ๐ appreciate your patience
I'm not currently seeing any pending invoice items on Customer cus_TvkX6VUtN1ktGU
It looks like the was invoice item that was created in the provided request: req_uqMcwSY8pyT28L was deleted shorlty after by a back end call in req_OJ9d3bD6PbOAM1
yeah I deleted it because it wasn't added
oh I found a clue... if automatic tax is NOT enabled on the subscription, it DOES pick up the pending invoice items:
if it IS enabled, it does not pick up the pending invoice items
also looks like "free trial" has nothing to do with it.
it's the automatic_tax on the subscription.
if automatic_tax set, it doesn't pick up pending invoice items
if automatic_tax is not set, it DOES pick up pending invoice items
Good catch, did some digging with that and it looks like pending item inclusion behaviour only works for items that have tax settings that are compatible with the invoice's.
This appears to be expected but I don't see that it's clearly documented.
ben_subscription-pendinginvoiceitem
yeah usually the issue is that your pending InvoiceItem have a Price(s) that has a different tax_behavior than the one on your Subscription so I recommend looking at that
Let me know if that doesn't match what you're seeing
oh my word that is incredible news ๐ I just updated the tax behavior and that worked.
thank you SO much.... I thought we were literally doomed there for a second.