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

    (@strangerstudios)

    We don’t have a system in the core plugin to handle the scheduling of recurring payments and instead rely on the gateways to handle that. Of course if your gateway (which is it?) doesn’t have recurring subscriptions… then you need to do something else.

    You might be able to get a hint at how to start this based on our Payflow Recurring Orders addon, which doesn’t kick off the recurring orders but checks in every day to see if new orders have appeared.

    https://github.com/strangerstudios/pmpro-payflow-recurring-orders

    I also know that the WooCommerce Subscription addon uses a pretty complicated scheduling system to kick of recurring orders. It’s also GPL, so if you can get your hands on that code, you might get some ideas.

    Thread Starter vinay029

    (@vinay029)

    Thanks For Reply.

    So if I created the an Order object for users and try to create new order for recurring payment. What I need to set up for that and how can I do so?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Recurring Payment for custom Plugin’ is closed to new replies.