#denisf_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/1475436143305556059
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Correct, paid is a terminal state. It doesn't transition back to open if the associated payment(s) are refunded. You'd need to re-create the invoice and collect payment again
Hmm, actually maybe you can detach the payment(s) and that re-opens it:
After you unapply a payment from an invoice, the status moves back to Open. The invoice shows as Open, Past Due, Partially Paid or Failed in the Dashboard.
https://docs.stripe.com/invoicing/apply-payments#unapply-a-payment-from-an-invoice
Learn how to apply payments to open invoices.
Thanks for the quick answer!
Can I detach the payment using REST API?
I believe the API is not currently available publicly
Ah, is in a preview version: https://docs.stripe.com/changelog/clover/2026-01-28/detach-payment-from-invoice
Ohh. So currently dashboard is my only option here.
Well you can opt in to use the public preview API version as detailed in that link
I know, but I can't rely on that tbo, thanks, this was very helpful.