Skip to content

Commands

boxblinkracer edited this page Feb 7, 2022 · 10 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:applepay:download-verification Download the latest Apple Pay Domain Verification File of Mollie.: Apple Pay Direct
mollie:payments:import Imports and updates all Mollie Payment Methods from the connected Mollie Account. Please see more here: Payment Methods
mollie:ship:orders Marks all "ord_xyz" orders as "shipped" if the condition for this is met. Please see more here: Shipments
mollie:ship:klarna Marks all Klarna orders as "shipped" if the condition for this is met. Please see more here: Shipments
mollie:orders:refund orderNumber [amount] Starts a refund for the provided order number. Optionally you can do a partial refund by providing a custom amount. Please see more here: Refunds
Clone this wiki locally