Module installation

Install the HeyLight modules on Adobe Commerce via Composer or from files

Install the HeyLight modules on Adobe Commerce (formerly Magento) or Magento Open Source. Composer is the recommended method.

👍

Our support team provides your private Composer token and API keys. Contact us if you need them or want integration support.

Composer ensures you always have the latest files and their dependencies. HeyLight is hosted in a private Composer repository, so there are two steps.

Step 1 — Add the repository to your project. Replace <TOKEN_FROM_HEYLIGHT> with the token provided by our support team:

composer config repositories.heidi-pay composer https://token:<TOKEN_FROM_HEYLIGHT>@heidi-pay.repo.packagist.com/heylight-ch/

Step 2 — Install the module(s) you need with composer require <name>:

heylight/ch-ratenzahlung   # Buy Now, Pay Later in instalments (0% interest)
heylight/ch-finanzierung   # Pay in instalments with interest

After installation, run magento setup:upgrade and any native build commands your installation requires.

Next: configure the module

With the modules installed, continue to Module configuration to enable HeyLight, add your API key, and set your messaging, limits and instalments.