# FAQ

### **Does your plugin support 3D Secure?**

Yes, 3D Secure is implemented automatically if it is provided by the bank which has issued the debit/credit card.

### **The payment is successful in Phoca Cart, but it has pending status in Stripe dashboard**

You missed [Webhooks settings](https://docs.norrnext.com/stripe-for-phoca-cart/stripe-configuration/webhooks). Please, get Webhook URL and add it to Stripe settings.

### **How can I test payments?**

Enable Sandbox mode, add test API keys and use [Test card numbers and tokens](https://stripe.com/docs/testing#cards) or [Testing 3D Secure payments](https://stripe.com/docs/sources/three-d-secure#3ds-cards).

### **Stripe accepts extra payments methods as iDEAL, Klarna, Sofortüberweisung, Apple Pay and other. How I can add them?**

We provide two versions of Stripe integration with Phoca Cart. Both [Stripe plugin](https://norrnext.com/ecommerce/stripe-for-phoca-cart) and [Stripe Checkout plugin](https://norrnext.com/ecommerce/stripe-checkout-for-phoca-cart) accepting cards as well as allowing to include additional payment methods.&#x20;

{% hint style="success" %}
**You need to enable and configure additional payment methods in Stripe dashboard.**
{% endhint %}

The list of supported methods: (to be updated)

* [Klarna](https://www.klarna.com/) (Sweden, Norway, Finland, Denmark, Germany, Austria, Netherlands, Belgium, Switzerland, United Kingdom, and the United States)
* [Sofort (Sofortüberweisung)](https://www.sofort.de/) (Germany, Austria, Switzerland and Belgium)
* [giropay](https://www.giropay.de/) (Germany)
* [iDEAL](https://www.ideal.nl/) (Netherlands)
* [Bancontact](https://www.bancontact.com/) (Belgium)
* [EPS payments](https://stripe.com/docs/payments/eps) (Austria)
* [Swish](https://www.swish.nu/) (Sweden)
* [Afterpay](https://www.afterpay.com/)/[ClearPay](https://www.clearpay.co.uk) (Australia/United Kingdom)
* [BLIK](https://blik.com/en) (Poland)
* [Przelewy24](https://www.przelewy24.pl/) (Poland)
* [Alipay](https://global.alipay.com/) (China & Global)
* FPX (Malaysia)
* OXXO (Mexico)

The actual list of available integrations can be checked at the [official documentation](https://stripe.com/docs/payments/payment-methods/overview).

{% hint style="info" %}
You can activate required payment methods from Stripe Dashboard. Go to **Dashboard** > **Settings** > **Payment methods**.
{% endhint %}

<figure><img src="https://norrnext.com/images/docs/stripe-enable-payment-methods.png" alt="Enable additional payment methods in Stripe"><figcaption><p>Enable additional payment methods in Stripe.</p></figcaption></figure>

Then enable and configure the required method(s). Do not forget to add the same methods in Phoca Cart [Payment Method options](https://docs.norrnext.com/ecommerce/stripe-for-phoca-cart#4-6-payment-method-options-tab).

### Which Klarna Payments are supported?

Klarna presents payment options based on the customer’s billing address and transaction amount. After payment acceptance, the full amount of the order (minus fees) is made available to your Stripe account up front, and Klarna collects the purchase amount from your customer, including any future instalment payments, if applicable.\
\
There is support of Klarna Payments, which is Pay Now, Pay Later, Monthly Installments (Financing) and Pay in 3 or 4 (Installments). It depends on customer's country. [More details](https://stripe.com/docs/payments/klarna#payment-options)

### **I get error: 0 - Invalid API Key provided**

This error means that one of the keys used in your plugin settings is invalid. Make sure that *Publishable Key* and *Secret Key* are valid.

### **There is no 3D Secure function to appear when a user makes payment.**

3D Secure is a security layer supported by default, there is no longer a option allowing to enable/disable this important part of the payment making it secure (this option was in the earlier versions, but now it is obsolete). The appearance of 3D Secure depends on the bank-issuer of the card. If the bank supports 3D Secure layer, then the user will confirm the payment.


---

# 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/stripe-for-phoca-cart/faq.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.
