Group Stripe Subscription Plans

  • revcarwash
    Asked on May 27, 2016 at 5:45 PM

    We have Approx 25 subscription plans that fall into 6 Groups.  We are using Stripe integration and wanted to know if we can show only the groups of plans with a drop down for the specific subscription plan in that group vs showing all 25 plans?  Thanks.

     

  • Huberson
    Replied on May 27, 2016 at 6:32 PM

    It might be possible to group items in Stripe payment with products, but I'm not sure it is possible with subscription.

    When you add subscriptions, they are considered as a single group where user can only choose one option.

     

  • revcarwash
    Replied on May 31, 2016 at 11:48 AM

    Thank you for the response.  Is there a way to limit the subscriptions listed on the Stripe widget based on conditional logic of questions asked earlier in the form?

  • Huberson
    Replied on May 31, 2016 at 12:48 PM

    Since the payment section is regarded as a single field, I don't think individual subscription can be accessed/modified with conditions. 

    It is possible with some payment Integration (like PayPal and Purchase Order) to have items outside the payment field that can be accessed with conditions, and pass their calculation value to the payment field.