#idemoov-lo_api

1 messages ¡ Page 1 of 1 (latest)

fallow skiffBOT
#

👋 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/1255792717926236180

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

restive furnace
#

Hi
Checking...

#

MAY I invite you to make a quick test for me please on a similar invoice from your account. Create another test subscription

#

and don't pay the invoice, but try to update it's auto_advance: true

#

Something like:
const invoice = await stripe.invoices.update(
'id',
{
auto_advance: false,
}
);
And share with me the new Invoice Id.

#

Doing the same test on my test accounts in the meantime...

radiant compass
#

Yes I will try

restive furnace
#

Ok I manage to reproduce, checking further...

#

Ah I see you are passing both the payment_method and payment_behavior: default_incomplete

#

When passing a payment method, you won't need to set payment_behavior , simply remove it when creating the Susbcription

#

And the first invoice will be paid immediatly and automatically

radiant compass
#

oh ok

#

I didn't understand this from the doc sorry

#

Thanks

restive furnace
#

No worries! I got confused too by it.