Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/driebit/mod_payment_mollie
Payment extension for the Mollie payment provider
https://github.com/driebit/mod_payment_mollie
Last synced: 2 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T10:54:37.000Z (about 1 month ago)
- Last Synced: 2024-12-17T11:29:05.296Z (about 1 month ago)
- Language: Erlang
- Size: 21.5 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
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.