What triggers the recurring payments?

What triggers the recurring payments?

According to the extension's logic, a new order for a subscription product is created at the beginning of each billing cycle. The recurring payments for subscription orders can be triggered in one of the following ways, depending on the payment methods used:
  1. The recurring payments are triggered by cron, if a customer uses an offline payment method - Cash on Delivery.
  2. As for Stripe or Paypal, the information about the subscription order is processed on the side of the payment method, which eventually triggers a payment according to the selected billing cycle.