#kristineannmon_webhooks
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/1379341624051630130
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
This is the void invoice documentation: https://docs.stripe.com/invoicing/overview?dashboard-or-api=dashboard#void.
This is the invoice record.
This is latest invoice.updated webhook payload.
Hi! Apologies for the delay! Looking into your query now.
When an invoice is waiting for a payment that’s initiated, which basically means it's in Pending status, you cannot void it. You need to wait till it's unsuccessful and then void it.
Okay, thank you. But can I cancel the pending payment intent of the invoice and then void the invoice?
I am checking on this now.
You cannot cancel Payment Intents created by invoices. The only way is to Void the Invoice.
Hmmm is there a way to cancel/void a pending BECS Debit invoice?
There isn't a way to void the Invoice since the payment is in progress.