Skip to content

Cron configuration and task information

Ryneczko edited this page Aug 2, 2016 · 3 revisions

Cron configuration and task information

Configuration

Several HiPay Fullservice features require at least one cron job, which schedules activities to occur in the future.
A partial list of these activities follows:

  • Clean pending orders
  • Submit split payment to pay

Therefore, the Magento cron:run command must be added to your crontab.

To do so, please refer to the Magento 2 guide.

Clean pending orders

Run every 15 minutes. If configuration is enabled for any payment method, this task cancels all the orders which are paid with HiPay Fullservice and are in Pending status (API mode) or Pending Payment status (HOSTED mode) for more than 30 minutes.

Pay split payment

Run once a day. For each split payment in pending status, the task sends an API query to pay each of them.