You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in order to connect to our API in sandbox using the PHP client, you will need to upgrade your gocardless-pro version from v4.11.0 to v4.14.0, as we are no longer pinning a certificate due to a change in the sandbox environment, this seems to be the cause of the Malformed Response you are receiving. This change will currently not affect production for now, but eventually we will be updating this on production too, therefore we advise you upgrade as soon as possible.
Sorry for any inconvenience caused and hope this helps and resolves your issue! Let me know if I can help out in any other way
This is my first experience with GoCardless.
I created access_token in the https://manage-sandbox.gocardless.com/developers
I get an error when I access the sandox api
'access_token' =>sandbox_*************
'environment' =>sandbox
when I use $customers = $client->customers()->list()->records;
What am I doing wrong?
The text was updated successfully, but these errors were encountered: