#nunu
1 messages · Page 1 of 1 (latest)
Hi @raw mason how can I help?
can you pls check
in_1McOAm4QaX6rjO21eQ0you9M
can this invoice be split in to pay in installments?
Do you mean Buy now pay later? https://stripe.com/docs/payments/buy-now-pay-later
yes but this invoice is in retry state, can anything be done from the dashboard?
https://dashboard.stripe.com/events/evt_3McPAE4QaX6rjO211xBQRkWJ You can listen to the invoice.payment_failed and retrieve its payment_intent object to understand why it failed.
In this particular invoice, the payment failed due to insufficient_funds
https://dashboard.stripe.com/settings/billing/automatic You can configure your billing settings and let Stripe automatically email your customers in the event of failed payments, or you can also reach out to your customers directly and ask them to use a different payment method to complete the payment.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok, but the customer wants to pay in installments
can anything be done from the dashboard to pay this invoice in installments
No, Stripe Invoicing doesn't support installments.