improved

Additional billing logic for Stripe subscriptions

We've added new configuration options to give you more control over how FlexPay handles failed payments on Stripe subscriptions:

Include failed payments at subscription creation
By default, FlexPay only processes failed rebill attempts. If you'd like FlexPay to also handle failures that occur when a subscription is first created, enable this setting in your integration.

Calculate the cancellation delay from invoice creation
The default behavior calculates the cancellation delay from the moment a hard decline is received. You can now choose to calculate this delay based on the invoice creation timestamp instead—useful for subscription models with delayed processing logic.

Read more about it in the Stripe configuration documentation.