Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SumUpResponseException Client error #22

Closed
Alkashi opened this issue Feb 13, 2021 · 1 comment
Closed

SumUpResponseException Client error #22

Alkashi opened this issue Feb 13, 2021 · 1 comment

Comments

@Alkashi
Copy link

Alkashi commented Feb 13, 2021

Hello,

I had this error when trying to connect with this code
$sumup = new \SumUp\SumUp([
'app_id' => $client_id,
'app_secret' => $client_secret,
'grant_type' => 'password',
'scopes' => ['payments', 'transactions.history', 'user.app-settings', 'user.profile_readonly'],
'username' => $sumupEmail,
'password' => $sumupPwd
]);

Everything was working fine for months and tonight I got an SumUpResponseException and this message on the response :

"Client error" 
=> Too many requests, please try again later.))[2] => Array([file] => /homepages/

I noticed that the sumup server regulary have pb on we.
Could you please tell me how or when this issue will be solved ?

Many thanks in advance.

@joelrose
Copy link
Contributor

joelrose commented Mar 3, 2022

Hi, It looks like your account has been rate limited because of too many requests in a short period. If you are still experiencing the same problem, please open a new issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants