Here’s how to set it up in 5mins
-
The official documentation lacks precise information on how to set this up. Especially for non-technically minded persons. So, long story short, I assume you already have created a SumUp account:
- Login to your SumUp account
- Go to the developer settings in your account
- Scroll down to the bottom, where it says “OAuth …”
- Generate new credentials
- Choose app-type “Web”
- Enter anything for client name (I entered the name of my shop). It’s just a reference for you.
- As callback URL enter the URL to which the user should be redirected after the payment with SumUP has been processed. This is likely your shop’s URL. It’s not an API callback URL, but a simple redirect.
- The Authorized JavaScript Origin should be set to your shop’s homepage, in order to add a little more security.
- Click the Save button.
- The new client ID is shown in the OAuth section.
- Copy and paste the client ID to the appropriate field in the plugin configuration.
- To get the client secret, download the JSON file and open it with the simple text-editor like Notepad or similar.
- In the JSON you find something like “client_secret”:”cc_sk_classic_…”
- The part between the quotes starting with “cc_sk_classic_” or similar is your client secret.
- Copy and paste the client secret in the appropriate field in the plugins configuration.
- Enter the e-mail address of your SumUp account into the field “login e-mail”
- Save your settings.
That’s all you need to do. Have fun!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Here’s how to set it up in 5mins’ is closed to new replies.