service · inferred from evidence
list-invoices endpoint
An API endpoint for listing invoices, which was slow and caused timeouts.
- Mollie v1 PHP client times out listing invoices
The v1 client's 10 second timeout was being hit because the list-invoices endpoint itself was slow. Mollie fixed the slow endpoint server-side, so the first thing to do is retry: the reporter saw all invoices load in about 3 seconds after t