How can I integrate a one-time Stripe payment?

  • MentorshipAdmin
    Asked on September 20, 2019 at 12:45 PM

    I'm easily able to integrate reoccurring payments via Stripe into the application. I have two reoccurring payment options in the application currently. I can add a third reoccurring payment. For some reason, the one-time payment does not show up as an option to add to the application. How do I integrate the one-time $99 payment option into the application?

    Jotform Thread 1972832 Screenshot
  • Richie JotForm Support
    Replied on September 20, 2019 at 2:02 PM

    To clarify, do you need to fetch the subscription in Stripe?

    To be able to set one-time payment in Stripe, you would have to create your own subscription in the Stripe Payment Integration.

    1. Set the base PRICE of your Subscription to 0.

    2. Enable the SET CUSTOM FIRST PAYMENT COST.

    3. Then, set the FIRST PAYMENT price to your desired one-time charge.

    How can I integrate a one time Stripe payment?  Image 1 Screenshot 20

    Hope this information helps.