sumup / sumup-ecom-php-sdk

SumUp eCom PHP SDK
Other
41 stars 18 forks source link

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

Open cesarecerpi opened 1 year ago

cesarecerpi commented 1 year ago

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 commented 1 year ago

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.