Adds a webhook event type for Invoices that require a non-Stripe payment
What’s new
Adds the invoice.payment_attempt_required webhook event type. Stripe sends a webhook event when a finalized invoice requires payment through a custom payment method. Listen for this event to process off-Stripe payments when the Invoice’s collection_method is charge_.
Impact
You can now receive notifications when invoices require payment through third-party processors. When you receive this event, process the payment using your custom payment method integration and report the result back to Stripe using Payment Records. That eliminates the need for manual polling when using off-Stripe payment methods with invoices that you charge automatically.