# QuickPay settings

Sign in to the QuickPay.

Go to `Settings > Integration` and copy all necessary keys for further usage at Phoca Cart side in payment method:

<figure><img src="https://norrnext.com/images/docs/quickpay-settings1.png" alt="QuickPay. Where user can take API keys"><figcaption><p>Private key and API keys can be taken at QuickPay side. A user account</p></figcaption></figure>

You need copy the following information:

* **Merchant ID**
* **Agreement ID**
* **Private Key**
* **API user**
* **Payment Window**

Paste these data in payment method options (Phoca Cart).

### Payment Methods

<figure><img src="https://norrnext.com/images/docs/quickpay-methods.png" alt="Payment Methods list" width="563"><figcaption><p>Payment Methods list</p></figcaption></figure>

Proceed to `Settings > Acquirers` and select the payment methods that you will use:

* **Clearhouse:** Accept Visa and Mastercard
* **Danish payments:** ViaBill.
* **Swedish payments:** Swish.
* **Norwegian payments:** Vipps.
* **Other payments:** PayPal, Klarna, Sofort, Paysafecard, Anyday, Trustly.
* **Mobile payments:** Apple Pay, Google Pay.

*This list can be updated and new services can appear. See the official site.*

Just click on the payment method you want to add and additional settings will appear.  An example of PayPal:

<figure><img src="https://norrnext.com/images/docs/quickpay-settings3.png" alt="Add PayPal to QuickPay as an additional payment method"><figcaption><p>Configure PayPal settings as an additional payment method to be included to QuickPay gateway.</p></figcaption></figure>

When you finish configuring the settings, payment methods will appear on QuickPay checkout.


---

# 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://docs.norrnext.com/quickpay-for-phoca-cart/quickpay-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.
