> For the complete documentation index, see [llms.txt](https://docs.norrnext.com/quickpay-for-phoca-cart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.norrnext.com/quickpay-for-phoca-cart/quickpay-settings.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.norrnext.com/quickpay-for-phoca-cart/quickpay-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
