> For the complete documentation index, see [llms.txt](https://docs.saferpay.com/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saferpay.com/home/integration-guide/payment-methods/eps.md).

# 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](/home/master/licensing.md) 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**](/home/integration-guide/support.md#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](/home/integration-guide/licences-and-interfaces/payment-page.md) 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/integration-guide/payment-methods/pages/-Me4jFEJClrxX7AII0gz#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](/home/integration-guide/licences-and-interfaces/transaction-interface/refunds.md#method-1-referenced-refunds) are possible, as eps does not support the generation of an alias.
* eps does not support the [Iframe integration](/home/integration-guide/general-information/iframe-integration-and-css.md#iframe-integration). [Saferpay will break out of the IFrame, if necessary](/home/integration-guide/general-information/iframe-integration-and-css.md#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](/home/integration-guide/licences-and-interfaces/transaction-interface/refunds.md) | <p>✅</p><p><a href="/pages/-MdwEQokBSFv7UPCg3Rh#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](/home/integration-guide/testing-and-go-live.md#eps), if you want to test eps.


---

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