#felix_api

1 messages ¡ Page 1 of 1 (latest)

weak meadowBOT
#

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

📝 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.

mossy lily
gilded forge
#

oh, just for clarity, can you help with something that differentiate between finalisation and auto-advance

#

because i am quite confuxed

mossy lily
#

Sure! You finalise an Invoice when it's ready to be paid. auto_advance basically determines if Stripe automatically finalises the invoice or if the merchant manually finalises the invoice. After an invoice is finalised (whether via Stripe or manually by the merchant) if the collection method is charge_automatically, and there is no payment method, the invoice will fail. And if it is send_invoice then the invoice will be sent to the customer.

gilded forge
#

thank you so much sam

#

finally, will the customer receive an email if it is finalized from the merchant.
or kindly just share a docs that speaks to finalization from the merchant

mossy lily