I have created a form with Stripe payment. We sell a product where the person can pay annually or monthly. I cannot see if you can get to the checkout and then the person can select pay full amount now or select pay monthly and then this will create a subscription in Stripe. Does anyone know if this can be done? If so, how this is done and what the code would be?
Hi Jason. Offer the choice of annual payment or monthly payment in the form (use a radio button field for this.) Then, create two Stripe feeds: one for monthly, and one for annual. Configure each feed accordingly (1x per month or 1x per year.)
Then, on the bottom of the feeds, use the conditional logic to determine when each feed is processed, based on the radio button selection in the form. Only one feed will be processed per submission and it will be whichever one matches the condition with the radio button field.
We describe it in more detail in this document:
If you have any questions, please let us know.