Skip to content

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

@cesarecerpi

Description

@cesarecerpi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions