#Mahesh K
1 messages · Page 1 of 1 (latest)
What can I help?
i tried to pay my invoice through the bank
when i use the stripe failed bank details for making my payment failure
and i am able to catch the failed event
how to handle this situation.
?
Do you have the invoice ID?
yes
i mean after i recived the failed invoice payment event, how can i handle the situation
like should i redirect or should i sent new payment link for my customer or something else
Was this invoice created by a Stripe subscription?
yes
EFF308FD-0003
the above the invoice id given by stripe
you can check on your end
https://stripe.com/docs/billing/subscriptions/overview#settings This is how Stripe responds to invoices that were not paid successfully.
ok may i know to get all the overdue amount from stripe
and how get the overdue invoices from the stripe.
https://stripe.com/docs/api/invoices/list#list_invoices you can call the List all Invoices API and filter the list with a due_date
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.