One form with a purchase fee plus a different subscription amount that starts 1-month later

Using Stripe as my payment gateway, I need a form to charge the customer an initial deposit of $300 immediately. Then, 30 days later, a monthly subscription fee of $100 starts.

I have two Single Products in my form: one for the initial deposit and one for the subscription fee.

In my Stripe Feed, I set the Recurring Amount as the subscription fee, with a billing cycle of 30 days. Then, I enabled the Setup Fee as the Initial Deposit.

To ensure the subscription starts 30 days after the deposit, I set a Trial Period of 30 days.

In my mind, this should work, but so far, I can’t get Stripe to process the initial deposit. I do receive the form submission notifications, but no payments have been processed.

Is the 30 day Trial Period preventing the initial deposit from going through? Will I see that charge 30 days from now?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.