#venkata_api

1 messages ยท Page 1 of 1 (latest)

worthy geyserBOT
#

๐Ÿ‘‹ 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.

modern umbraBOT
mild quiver
#

Hi

brave wind
#

Hello ๐Ÿ‘‹

#

Ah you arelady tried pending if incomplete

mild quiver
#

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?

brave wind
#

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?