RyzeDeskRyzeDesk

Stripe

4105 articles

Adds a webhook event type for Invoices that require a non-Stripe payment


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 finalised 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_automatically.

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.

Changes

ValuesChangeEnums
invoice. payment_attempt_requiredAddedEvent
invoice. payment_attempt_requiredAddedWebhookEndpoint#update WebhookEndpoint#create
ChangeEvent type
invoice. payment_attempt_requiredAddedInvoice

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-10-29. clover
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?