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?