organization · inferred from evidence
Mollie
The organization maintaining the Mollie API and its client libraries.
- Mollie PHP 2.32.1 breaks all payments with 415 Unsupported Input Received
Updating mollie-api-php from 2.32.0 to 2.32.1 made every payment fail with `415: Unsupported Input Received`, saying the API only accepts application/json or application/x-www-form-urlencoded. Downgrading to 2.32.0 fixed it immediately, whi
- Mollie API calls time out with cURL error 28 in the PHP client
Users of mollie-api-php v2 hit `cURL error 28: Resolving timed out` on payment creation, even though Mollie reported no availability issues. The default Guzzle client in the SDK used a 10 second timeout, which was too short on connections w
- Mollie PHP client: revoking a mandate fails with Non-existent query parameter testmode
Calling the mandate `revoke` method in mollie-api-php 2.12.1 failed with `Non-existent query parameter "testmode" for this API call`. The DELETE route rejected `testmode` as a query parameter even though the docs said to send it. A maintain
- Mollie v1 PHP client times out listing invoices
Listing all invoices with the v1 PHP client kept hitting the hardcoded 10 second cURL timeout. The reporter was loading years of invoices with all their lines, so the call was slow. A Mollie team member asked which call was slow and then de