# PrestaShop

Makes a payment integration faster and efficient. &#x20;

Different interfaces (Payment Page and Saferpay Hosted Fields) provide a simple and easy integration of Saferpay into PrestaShop or mobile app or other applications without the need to implement a user interface for card data entry. Customizable to your needs, e.g. user friendly design of credit card transaction interface&#x20;

Professional support via PrestaShop and Saferpay experts

## Supported Features <a href="#supported-features" id="supported-features"></a>

### Supported Versions <a href="#supported-versions" id="supported-versions"></a>

* V 1.6.\* to V 8.0.\*

### Payment methods <a href="#payment-methods" id="payment-methods"></a>

| **Payment method**        | **Supported**                                                                               |
| ------------------------- | ------------------------------------------------------------------------------------------- |
| Alipay                    | Yes                                                                                         |
| American Express          | Yes                                                                                         |
| Apple Pay                 | Yes                                                                                         |
| Bancontact                | Yes                                                                                         |
| Click to Pay              | Yes                                                                                         |
| Credit/Debit Card         | Yes = [Saferpay Fields](/home/integration-guide/licences-and-interfaces/saferpay-fields.md) |
| Diners Club International | Yes                                                                                         |
| Discover Card             | Yes                                                                                         |
| e-przelewy                | Yes                                                                                         |
| eps                       | Yes                                                                                         |
| giropay                   | Yes                                                                                         |
| Google Pay                | Yes                                                                                         |
| iDEAL                     | Yes                                                                                         |
| JCB                       | Yes                                                                                         |
| Klarna Payments           | Yes                                                                                         |
| Maestro Intl.             | Yes                                                                                         |
| Mastercard                | Yes                                                                                         |
| paydirekt                 | No                                                                                          |
| PayPal                    | Yes                                                                                         |
| Postfinance Pay           | Yes                                                                                         |
| SEPA Direct Debit         | Yes                                                                                         |
| Sofort by Klarna          | Yes                                                                                         |
| TWINT                     | Yes                                                                                         |
| UnionPay                  | Yes                                                                                         |
| Visa                      | Yes                                                                                         |
| V PAY                     | Yes                                                                                         |
| WL Crypto Payments        | Yes                                                                                         |

### Supported functionality <a href="#supported-functionality" id="supported-functionality"></a>

| **Feature**                                    | **Supported**               |
| ---------------------------------------------- | --------------------------- |
| Multi-part captures                            | not supported by PrestaShop |
| Recurring                                      | not supported by PrestaShop |
| Refunds                                        | Yes                         |
| Pre-Authorization                              | Yes                         |
| Saferpay Fields                                | Yes                         |
| Saferpay Payment Page                          | Yes                         |
| Saferpay Transaction Interface - Business Flow | Yes                         |
| Secure Card Data (Tokenization)                | Yes                         |
| Dynamic Currency Conversion (DCC)              | Yes                         |
| Multi Currency                                 | Yes​                        |

## Plugin Downloads <a href="#plugin-downloads" id="plugin-downloads"></a>

### PrestaShop Marketplace:

(small costs apply)

1. Go to <https://addons.prestashop.com/en/payment-card-wallet/47989-saferpay-payment-solution.html>
2. Login or register at PrestaShop and purchase it
3. Log into PrestaShop Backoffice.
4. Navigate to Modules -> Modules manager menu
5. Click on Upload a module button, dialog box will appear

### GitHub

(free)

1. Go to <https://github.com/Invertus/saferpayofficial>
2. Click on the green button „Clone or download“. If you choose download zip, you will get "saferpayofficial-master.zip", you need to do the following steps:
   1. Unzip it
   2. Rename main folder from "saferpayofficial-master" to "saferpayofficial“
   3. Navigate to "saferpayofficial" directory
   4. Run this command: "composer install --no-dev --optimize-autoloader"
   5. 5.Zip it
3. Now module is ready to be uploaded to PrestaShop

User Guide: <https://docs.saferpay.com/home/interfaces/web-shop-plug-ins/prestashop/prestashop-user-guide>

## Support <a href="#support" id="support"></a>

Please use the PrestaShop Messaging System, there Saferpay and PrestaShop experts are connected for you.


---

# 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.saferpay.com/home/master/web-shop-plug-ins/prestashop.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.
