#gastak - 3ds
1 messages · Page 1 of 1 (latest)
After how many hours will this url expire or have no use?
This should remain valid until the invoice is paid or void
What webhook/event should we use to handle this case?
which case? The payment failure?
if so,invoice.payment_action_requiredandinvoice.payment_failed: https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures
- How do we configure "You can also configure sending up to three reminders, from one to seven days after the payment was initiated."? (https://stripe.com/docs/billing/subscriptions/overview#requiring-3ds-payment)
Not sure what you're asking here. Can you clarify? for help configuring you account settings, you should contact support: https://support.stripe.com/contact
- Regarding to this last question on configuration, if we choose to select: "Cancel the subscription". What webhook/event should we use to handle this case?
If you mena the event when the subscription is cancelled, thatscustomer.subscription.deleted: https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Excellent. The invoice will automatically set to void after 23 hours?
"Customers have about 23 hours to make a successful payment... ...If they don’t make a payment, the subscription updates to incomplete_expired and the invoice becomes void".
When this becomes void we should handle it on the webhook event: invoice.payment_failed
Is this correct?
On the first invoice for a new subscription only, yes
not on future recurring invoices
Perfect
My last question is
Regarding to this panel where we can configure the 3D secure. What does invoice status: "mark the invoice as uncollectible"?
It for financial tracking purposes: https://stripe.com/docs/api/invoices/mark_uncollectible
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Marking an invoice as uncollectible is useful for keeping track of bad debts that can be written off for accounting purposes.
Excellent, thank you so much !
NP!
Have a great day
You too 🙂