Stripe: Add number of payments limit on Subscription

  • treybrad
    Asked on March 12, 2018 at 3:48 PM

    I'd like to create a form where the user could make a finite set of payments using Stripe (lets say three) then the subscription would end. The first would have an admin. fee included, but the two additional charges would be fixed. (i.e. $125, $100, $100). Can I create such a form.

  • Nik_C
    Replied on March 12, 2018 at 4:53 PM

    With stripe, you can create a subscription that will have defined subscription period which can be one of the following:

    1520887621Screen Shot 2018 03 12 at 9 Screenshot 10

    You can set what will be the first payment, the trial period(if you want to allow your users to have some free usage first), or let users set the price by themselves:

    1520887968Screen Shot 2018 03 12 at 9 Screenshot 21

    Could that work for you?

    Please let us know so we can assist you further if needed.

    Thank you!


  • treybrad
    Replied on March 12, 2018 at 5:43 PM
    Understood but my question has to do with the end date for the subscription. Can that be set with stripe?
    Sent from my iPhone
    ...
  • Elton Support Team Lead
    Replied on March 12, 2018 at 8:04 PM

    Unfortunately, there's no number of payments limit option for the subscription payment on Stripe Integration. This is, however, available on Paypal.

    Example:

    Stripe: Add number of payments limit on Subscription Image 1 Screenshot 20

    I opened a feature request about this for Stripe payment. I'm not sure yet if this is possible on Stripe API, but once we have an update or if this is implemented in the future, we will let you know here.