Actions
Feature proposal #9187
closedStripe: prevent payments using stripe recurring if subscription is not within stripes recurring period limits
Feature proposal #9187:
Stripe: prevent payments using stripe recurring if subscription is not within stripes recurring period limits
Description
Stripe has the following period limits for subscriptions.
1 year, 12 months, 52 week, or 365 days
If a plan goes over these then it will error. Implement support for instead creating a subscription schedule breaking up the duration so the plan can still be subscribed to. Implement suppressing Stripe as a payment method if it can't possibly be paid using Stripe to prevent accepting payment for a subscription that can't be completed. Completely suppress the button rendering and add fail safe redirect for payment form page as well.
Actions