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?