Stripe One-Time and Recurring Donations

  • trinityklein
    Asked on September 22, 2017 at 12:08 PM

    I need to create one form that integrates with Stripe and does the following:

    1. Allows people to make one-time donation and/or

    2. Allows people to make recurring monthly donation with the ability to choose and end date

    Is this possible? If so, can you point me in the right direction with some documentation/articles?

    Thank you.

  • Kevin Support Team Lead
    Replied on September 22, 2017 at 1:14 PM

    Unfortunately, it's not possible to set up such kind of subscriptions with the Stripe integration, it will only allow you to set up the subscriptions selecting the payment schedule, but it's not possible to allow users the number of payments they will have or select the end date. 

    You could only create directly on the Stripe dashboard a subscription with a custom interval, so your users only pay once or more times. 

    More information here: 

    https://stripe.com/docs/subscriptions/quickstart 

    https://stripe.com/docs/subscriptions/creating 

    Subscriptions can be fetched from your Stripe account, but note that you can only create your subscriptions through the payment wizard on JotForm or through the Stripe dashboard, but you cannot have subscriptions from both sources to be displayed on the form. 

    I hope this helps.