Skip to content

Commands

marekrzytki edited this page May 18, 2022 · 1 revision

This is a list of all available CLI commands.

To start a command please execute it like with the following line (sample command)

php bin/console mollie:send-payment-link

Command Description Additional info
mollie:send-payment-link On this command the emails with abandoned payment link will be send
mollie:subscription:begin-processing On this command the subscriptions are being marked as "ready to process" which is required for subscription based orders. This should be run as CRON command, every minute
mollie:subscription:process On this command process the subscriptions that are being marked as "ready to process" which will result in creating new orders and payments. This should be run as CRON command, every minute
Clone this wiki locally