This is a Payment Service Provider (PSP) module for mod_payment:
https://github.com/driebit/mod_payment
This module interfaces mod_payment to the PSP Mollie (https://mollie.com/)
The following configuration keys can be set:
mod_payment_mollie.api_keythe secret API key for Mollie API requests. Be sure to use the test key when developing.mod_payment_mollie.recurring_payment_intervalthe payment interval at which recurring payments will follow. Possible values:monthlyandyearly. Defaults toyearly.
mod_payment_mollie.webhook_hostthis should be the host (withhttp:prefix) where Mollie should send the webhook messages. Only use this if your (development) site is reachable from the outside via a different URL than the configured hostnames.