Download the PHP package wp-pay-gateways/mollie without Composer
On this page you can find all versions of the php package wp-pay-gateways/mollie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wp-pay-gateways/mollie
More information about wp-pay-gateways/mollie
Files in wp-pay-gateways/mollie
Download wp-pay-gateways/mollie
More information about wp-pay-gateways/mollie
Files in wp-pay-gateways/mollie
Vendor wp-pay-gateways
Package mollie
Short Description Mollie driver for the WordPress payment processing library.
License GPL-3.0-or-later
Homepage http://www.wp-pay.org/gateways/mollie/
Package mollie
Short Description Mollie driver for the WordPress payment processing library.
License GPL-3.0-or-later
Homepage http://www.wp-pay.org/gateways/mollie/
Please rate this library. Is it a good library?
Informations about the package mollie
WordPress Pay » Gateway » Mollie
Mollie driver for the WordPress payment processing library.
## Table of contents - [Status](#status) - [Webhook URL](#webhook-url) - [Simulate Requests](#simulate-requests) - [REST API](#rest-api) - [WP-CLI](#wp-cli) - [WordPress Filters](#wordpress-filters) - [Links](#links) - [Documentation](#documentation) ## Status [![Build Status](https://travis-ci.org/wp-pay-gateways/mollie.svg?branch=develop)](https://travis-ci.org/wp-pay-gateways/mollie) [![Coverage Status](https://coveralls.io/repos/wp-pay-gateways/mollie/badge.svg?branch=master&service=github)](https://coveralls.io/github/wp-pay-gateways/mollie?branch=master) [![Latest Stable Version](https://poser.pugx.org/wp-pay-gateways/mollie/v/stable.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![Total Downloads](https://poser.pugx.org/wp-pay-gateways/mollie/downloads.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![Latest Unstable Version](https://poser.pugx.org/wp-pay-gateways/mollie/v/unstable.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![License](https://poser.pugx.org/wp-pay-gateways/mollie/license.svg)](https://packagist.org/packages/wp-pay-gateways/mollie) [![Built with Grunt](http://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/) ## Webhook URL Please note that an webhook URL with the host `localhost` or with the TLD `.dev` are not allowed, this library will check on WordPress URL's on `localhost` or on the `.dev` TLD and will not pass the `webhookUrl` parameter to Mollie. If you want to test the Mollie webhook URL on an local development environment you could use a service like [ngrok](https://ngrok.com/). > Beste Remco, > > Ja dit is inderdaad het probleem. .dev URL's worden niet ondersteunt. Deze zal ook niet bereikbaar zijn. > > Als je report URL niet publiekelijk bereikbaar is zou je een service als https://ngrok.com kunnen gebruiken. Dit is een programma die je lokaal draait en als proxy werkt. Misschien heb je er iets aan. > > Met vriendelijke groet, > > Lennard van Gunst > Mollie ## Simulate Requests ### Webhook ## REST API The Pronamic Pay Mollie gateway can handle Mollie webhook requests via the WordPress REST API. **Route:** `/wp-json/pronamic-pay/mollie/v1/webhook` The WordPress REST API Mollie webhook endpoint can be tested with for example cURL: Legacy webhook URL: ## WP-CLI ### What is WP-CLI? For those who have never heard before WP-CLI, here's a brief description extracted from the [official website](https://wp-cli.org/). > **WP-CLI** is a set of command-line tools for managing WordPress installations. You can update plugins, set up multisite installs and much more, without using a web browser. ### Commands ### Command `pronamic-pay mollie customers synchronize` Synchronize Mollie customers to WordPress. ### Command `pronamic-pay mollie customers connect-wp-users` Connect Mollie customers to WordPress users by email. ## WordPress Filters ### `pronamic_pay_mollie_payment_description` #### Description Filters the Mollie payment description. #### Usage #### Parameters **`$description`** | string Mollie payment description. **`$payment`** | [Payment Object](https://github.com/wp-pay/core/blob/2.3.0/src/Payments/Payment.php) The WordPress payment object. #### Examples ### `pronamic_pay_mollie_payment_metadata` #### Description Filters the Mollie payment metadata. #### Usage #### Parameters **`$metadata`** | mixed Mollie payment metadata. **`$payment`** | [Payment Object](https://github.com/wp-pay/core/blob/2.3.0/src/Payments/Payment.php) The WordPress payment object. #### Examples ### `pronamic_pay_mollie_payment_billing_email` #### Description Filters the Mollie payment billing email used for bank transfer payment instructions. #### Usage #### Parameters **`$billing_email`** | string|null The Mollie payment billing email. **`$payment`** | [Payment Object](https://github.com/wp-pay/core/blob/2.3.0/src/Payments/Payment.php) The WordPress payment object. #### Examples ## Links * http://www.mollie.nl/ ## Errors ### The customer id is invalid ## Documentation * [Mollie API](https://www.mollie.nl/files/documentatie/payments-api.html) * [GitHub repository Mollie API client for PHP](https://github.com/mollie/mollie-api-php)All versions of mollie with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
ext-json Version *
automattic/jetpack-autoloader Version ^3.0
justinrainbow/json-schema Version ^5.2
pronamic/wp-http Version ^1.2
pronamic/wp-mollie Version ^1.6
woocommerce/action-scheduler Version ^3.8
wp-pay/core Version ^4.18
ext-json Version *
automattic/jetpack-autoloader Version ^3.0
justinrainbow/json-schema Version ^5.2
pronamic/wp-http Version ^1.2
pronamic/wp-mollie Version ^1.6
woocommerce/action-scheduler Version ^3.8
wp-pay/core Version ^4.18
The package wp-pay-gateways/mollie contains the following files
Loading the files please wait ....