library · inferred from evidence
MollieApiClient
PHP client library for the Mollie API
- Mollie API calls time out with cURL error 28 in the PHP client
The SDK's bundled Guzzle client uses a short default timeout, so slow DNS resolution makes payment creation time out with cURL error 28. Fix: construct your own Guzzle client with a longer timeout and pass it to the `MollieApiClient` constr