#aayush
1 messages · Page 1 of 1 (latest)
Stripe will retry sending events if your webhook endpoint doesn't acknowledge 200. There is no custom retry config for webhook.
how can i notify the users for my app? that their payment is being retried
i want to log the details that this payment is retried again.
Retry will only happen if the invoice payment is failed, so you can keep track of invoice.payment_failed event: https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures