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

SumUp SDK error: Internal Server Error (3imsx1wj4pebs) #36

Open
cesarecerpi opened this issue Oct 12, 2022 · 1 comment
Open

SumUp SDK error: Internal Server Error (3imsx1wj4pebs) #36

cesarecerpi opened this issue Oct 12, 2022 · 1 comment

Comments

@cesarecerpi
Copy link

cesarecerpi commented Oct 12, 2022

Hello we have a connection problem with the server. We use this official class code in php to connect but it returns the error attached. You can help us ? Thanks in advance. Best regards

$sumup = new \SumUp\SumUp([
'app_id' => 'cc_classic_0JgS[edited]',
'app_secret' => 'cc_sk_classic_h3tRjaoz[edited]',
'grant_type' => 'client_credentials',
'scopes' => ['user.profile', 'transactions.history', 'user.app-settings', 'user.profile_readonly']
]);
$accessToken = $sumup->getAccessToken();
$merchantService = $sumup->getTransactionService($accessToken);
dd($merchantService->getTransactionHistory());
Screenshot 2022-10-12 at 09-22-39 🧨 Internal Server Error (r9av1jpszylc)

PS: Edited your message to remove sensible data from open internet.

@Pablo-Thiele
Copy link

Hello @cesarecerpi thanks for bringing this up, please don't need to add the credentials used openly in this case of ticket. Since it's accessible by anyone at github.
We'll try to look further your tries and return back with some suggestions.

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