https://github.com/driebit/mod_payment_mollie
Payment extension for the Mollie payment provider
https://github.com/driebit/mod_payment_mollie
Last synced: about 1 year ago
JSON representation
Payment extension for the Mollie payment provider
- Host: GitHub
- URL: https://github.com/driebit/mod_payment_mollie
- Owner: driebit
- Created: 2019-09-13T13:23:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T13:51:38.000Z (over 1 year ago)
- Last Synced: 2025-01-28T19:18:35.515Z (over 1 year ago)
- Language: Erlang
- Size: 29.3 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mollie payments for Zotonic
===========================
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/)
Configuration
-------------
The following configuration keys can be set:
* `mod_payment_mollie.api_key` the secret API key for Mollie API requests. Be
sure to use the *test* key when developing.
Development configuration
-------------------------
* `mod_payment_mollie.webhook_host` this should be the host (with `http:` 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.