Download the PHP package webbaard/payum-mollie without Composer
On this page you can find all versions of the php package webbaard/payum-mollie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webbaard/payum-mollie
More information about webbaard/payum-mollie
Files in webbaard/payum-mollie
Package payum-mollie
Short Description The Payum extension. It provides Mollie payment integration. used to be maintained by Rafał Muszyński but couldn't see any activity
License GPLv3
Homepage https://sourcefabric.org
Informations about the package payum-mollie
Payum Mollie Extension
The Payum extension. It provides Mollie payment integration.
Getting Started
Requirements
This library requires PHP 7.1 or higher.
Installing the extension
Install this extension as a Composer dependency by requiring it in a composer.json
file:
Register the Mollie Payum factory using PayumBuilder
:
To work properly, Mollie gateway requires some additional fields being passed to the details of the payment. See the section below.
Supported methods
Check the documentation for each payment method to find out which fields are requred in order to make use of the methods.
- Recurring SEPA Direct Debit
- One-off SEPA Direct Debit
- Checkout Mollie For this method the customer will be forward to Mollie checkout page and he could choose any enabled payment method like credit card, Bancontact, etc.
Symfony integration
- PayumBundle installation
In order to use that extension with the Symfony, you will need to install PayumBundle first and configure it according to its documentation.
-
Register Mollie Gateway Factory as a service
-
Configure the gateway
- Gateway usage
Retrieve it from the payum
service:
License
This library is licensed under the GNU GPLv3 license.