#neto-dev_api

1 messages · Page 1 of 1 (latest)

cursive saffronBOT
#

đź‘‹ 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/1405230932604223511

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

jolly crow
#

Do you have an invoice ID that you can share?

short abyss
#

yes

jolly crow
#

No worries, I found it.

short abyss
#

I'm asking for some other examples for my finance team because I realized that the one I sent you is wrong

#

but what did you discover about this one?

jolly crow
#

This invoice (in_1RuviwQUxFbSRxFTmLgkLsio) is associated with a subscription (sub_1RuviwQUxFbSRxFTqOXGw03d) that has a payment_behavior set to default_incomplete, if the first invoice remains unpaid after 23 hours, the subscription is set to incomplete_expired. This status is final and irreversible, voiding the open invoice and preventing future invoices [0].

[0] https://docs.stripe.com/billing/collection-method#failed-subscription-payments

short abyss
#

Do you know how to change this so it doesn't cancel?

cursive saffronBOT
opaque vector
#

Hi, taking over as my teammate needs to step away. Let me catch up.

cursive saffronBOT
opaque vector
#

We document this here: https://docs.stripe.com/billing/subscriptions/overview#subscription-payment-behavior

Use allow_incomplete to create Subscriptions with status=incomplete if the first invoice can’t be paid. Creating Subscriptions with this status allows you to manage scenarios where additional customer actions are needed to pay a subscription’s invoice. For example, SCA regulation may require 3DS authentication to complete payment. See the SCA Migration Guide for Billing to learn more. This is the default behavior.