# eps

eps is a third party means of payment by the Austrian banks. To process eps via the Saferpay JSON API, a few things must be observed.

## &#x20;General requirements

The handling of eps payments with Saferpay requires:

* A [corresponding license](https://docs.saferpay.com/home/master/licensing) and thus a valid identification with a username and password for the Saferpay system.
* Availability of at least one active Saferpay terminal via which payment can be carried out, and availability of the associated Saferpay TerminalId.
* A valid acceptance agreement for eps.

For eps activation Saferpay needs:

* Your eps Merchant ID.
* Your eps IBAN.
* Your eps BIC.
* Your eps PIN.
* The Currency your customers will purchase with eps.
* Your Saferpay Customer ID.
* The ID of the Saferpay eCommerce Terminal eps has to be added.

{% hint style="info" %}
For eps activation on the Saferpay terminal, please [**inform our customer service**](https://docs.saferpay.com/home/support#customer-services) about your eps credentials and the desired currency.
{% endhint %}

### Technical requirements

The general integration of eps can only be done via the [Payment Page](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/payment-page) and requires the following things to be noted:

* The notification URLs, inside th&#x65;**`Notification`** conatiner are **mandatory**, in order to avoid missing payment successes. See the [Payment Page process](https://docs.saferpay.com/home/licences-and-interfaces/payment-page#notification.successnotifyurl-and-notification.failnotifyurl) for further information.
* Transactions made before **18.05.2021** cannot be refunded, as they're made via an old protocol-version!
* Sometimes, Saferpay will not recieve the information necessary from eps, to be able to do a refund. In this case a refund will also not be possible!
* Only [referenced refunds](https://docs.saferpay.com/home/licences-and-interfaces/transaction-interface/refunds#method-1-referenced-refunds) are possible, as eps does not support the generation of an alias.
* eps does not support the [Iframe integration](https://docs.saferpay.com/home/general-information/iframe-integration-and-css#iframe-integration). [Saferpay will break out of the IFrame, if necessary](https://docs.saferpay.com/home/general-information/iframe-integration-and-css#iframe-support).

Furthermore, for other flows (Refunds etc.), please refer to the table below.

## Supported features

| Feature                                                                                                           |                                   Support                                   |
| ----------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------: |
| Capture/Cancel                                                                                                    |                                      ❌                                      |
| Multipart Captures                                                                                                |                                      ❌                                      |
| Secure Card Data                                                                                                  |                                      ❌                                      |
| [Refunds](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/transaction-interface/refunds) | <p>✅</p><p><a href="#integration"><strong>Needs attention!</strong></a></p> |
| Recurring Payments                                                                                                |                                      ❌                                      |
| 3D Secure                                                                                                         |                                      ❌                                      |
| Dynamic Currency Conversion                                                                                       |                                      ❌                                      |
| Mail Phone Order                                                                                                  |                                      ❌                                      |
| [Testing](#testing)                                                                                               |                                      ✅                                      |
| Omni-Channel                                                                                                      |                                      ❌                                      |

## Testing

Please refer to [this chapter](https://docs.saferpay.com/home/testing-and-go-live#eps), if you want to test eps.


---

# 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/integration-guide/payment-methods/eps.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.
