# Sumup settings

Sumup integration allows you to accept pay as you go payments via Sumup.

&#x20;Sumup settings are as follows:

* Enabled - indicates whether to enable Stripe for payments
* Checkout enabled - indicates whether Sumup is enabled on the checkout page for pay as you subscriptions
* Public API key - Sumup public API key. Generate one using [Sumup developer page](https://me.sumup.com/en-us/settings/developer).
* Secret API key - Sumup secret key. Generate one using [Sumup developer page](https://me.sumup.com/en-us/settings/developer).
* Merchant code - Sumup merchant code. Note it from the top right corner under your name on the dashboard page.

Sumup integration is done using Sumup API keys. To generate your API keys, follow the steps below:

* Login to your Sumup account on [https://sumup.com](https://sumup.com/).
* Navigate to <https://me.sumup.com/settings/api-keys>
* Create a new key
* Copy the Publishable key and Secret key and paste them into Streams Manager. Ensure that no leading and trailing spaces are introduced
* Click the Test button in Streams Manager to test the keys.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://streamsmanager.gitbook.io/streams-manager/configuration/settings/payment-gateways/sumup-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
