Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jason Coleman

    (@strangerstudios)

    Zack, which gateway are you using. With most gateways, PMPro actually uses 2 transactions to setup a recurring subscription. The first transaction is a one time charge at the time of checkout that charges the “initial payment” amount. The second transaction is to setup the subscription.

    If your level is a $10 per month recurring subscription, that would look like one $10 charge and then a $10/month subscription that starts in 30 days… thus why we create the sub with a trial even though you didn’t set one specifically. If you do set a trial, we do the math to get it working with the initial payment.

    Hope that clears things up. Let me know if you have other questions.

    Thread Starter zackmack

    (@zackmack)

    Sorry, missed to mention, i am using Stripe

    Thread Starter zackmack

    (@zackmack)

    How can i have one charge only for the first time? I have removed this code from the plan creation part “trial_period_days” => $trial_period_days,

    Now the problem is that it deduct the amount from client 2 times, one is one time charge and other is for invoice generated for the same period, can you please help me for this ?

    Thanks,
    Zack

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plans without Trial period’ is closed to new replies.