Skip to content

Commands

Vitalij Mik edited this page Jul 22, 2026 · 3 revisions

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:my-command...

Command Description
mollie:configuration:setup Installs and configures the plugin without the need to disable and activate it again.
mollie:applepay:download-verification Download the latest Apple Pay Domain Verification File of Mollie: Apple Pay Direct
mollie:delete-data (since 5.x) Removes all Mollie-owned data: system config, custom field definitions and customer/product custom field values, and unused payment methods. Payment methods still used by orders are only deactivated. Subscriptions, refunds and order data are kept. Create a database backup first.
mollie:fixtures:load Install or remove Mollie fixtures (demo data).
mollie:subscriptions:renewal-reminder Processes Subscription renewal reminders of upcoming renewals.

Changed in 5.x:

  • mollie:dal:cleanup has been removed.
  • mollie:fixtures:install and mollie:fixtures:uninstall were replaced by a single mollie:fixtures:load command.
  • mollie:delete-data was added.

Clone this wiki locally