gocardless-legacy-php icon indicating copy to clipboard operation
gocardless-legacy-php copied to clipboard

The PHP client library for the GoCardless Legacy API

Results 9 gocardless-legacy-php issues
Sort by recently updated
recently updated
newest added

added in the omnipay link as a possibility.

Allow the redirect_uri endpoint to be supplied with the construction of the GoCardless_Client.

Corrected type for GoCardless::$client.

PHP (5.5.8 on my machine) seemed to be adding header ``` Content-Length: -1 ``` If a POST request has no CURLOPT_POSTFIELDS defined, causing a 400 Bad Request from GoCardless. This...

Hi I notice our server occasionally throw GoCardlessApiException which give a "Unknown error" message, the HTTP response code from the sandbox server was 0. After read through the Request.php, I...

Should also be added to documentation.

Hi. Just testing the exceptions that can be generated by the API. Getting a pre-auth with the wrong credentials setup results in a JSON encoded error, with a couple of...

This will prevent users from inputting dates in the incorrect format.