#venkata_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/1217864081743024199
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
Hello ๐
This doc will be helpful for you https://docs.stripe.com/billing/subscriptions/pending-updates
Ah you arelady tried pending if incomplete
yes
SubscriptionUpdateParams.builder()
.setPaymentBehavior(SubscriptionUpdateParams.PaymentBehavior.PENDING_IF_INCOMPLETE)
.setBillingCycleAnchor(SubscriptionUpdateParams.BillingCycleAnchor.UNCHANGED)
.setProrationBehavior(SubscriptionUpdateParams.ProrationBehavior.ALWAYS_INVOICE).addAllItem(items)
.build();
previously it was working. But now it is not working.
Any changes in stripe API?
Yeah, it looks like we have considered this not supported for a while but only recently enforced this incompatability with an error. I am trying to find more information on this.
To be clear, when you say this was working. Does that mean that the updates were actually held until after the payment succeeded?