Magento 2: Customise payment descriptions

Note

You can only change the payment description for payment methods that use the Payments API.

  • {ordernumber}

  • {storename}

  • {customerid}

To change the payment description, follow these steps:

  1. Log in to Magento 2.

  2. Go to Stores > Configuration.

  3. Scroll to Mollie , select the arrow, and then Payment methods.

  4. Select the payment method that you want to configure.

  5. In the Description field, enter a description combining variables and free text.

    For example, to render:

    Casey Doe bought order #123456 at MegaProducts.com

    combine the following text and variables:

    {customerid} bought order #{ordernumber} at {storename}

  6. Save the changes.