﻿# Accept EPS payments (/eps)

Integrate EPS, a popular payment method in Austria, to allow customers to pay directly from their bank accounts using PayPal.



EPS is a payment method in Austria.

| Countries      | Payment type  | Payment flow | Currencies | Minimum amount | Refunds         |
| -------------- | ------------- | ------------ | ---------- | -------------- | --------------- |
| Austria (`AT`) | bank redirect | redirect     | `EUR`      | 1 `EUR`        | Within 180 days |

## How it works [#how-it-works]

<img src="https://www.paypalobjects.com/ppdevdocs/img/docs/apm/unbranded-flow.svg" alt="Alternative,payment,methods,diagram" />

1. Your checkout page offers alternative payment methods.
2. The buyer enters their personal details and selects an alternative payment method from your checkout page.
3. The buyer is redirected to their selected issuing bank to confirm the purchase.
4. The buyer authorises and completes the payment.
5. The buyer returns to your website to see the confirmation of the purchase.
6. The merchant completes the payment process. PayPal transfers the funds to the merchant, and the transaction shows up in your PayPal account with the buyer's chosen payment method.

## Eligibility [#eligibility]

* Available to merchants globally (excluding Russia, Japan, and Brazil).
* Billing agreements, multiple seller payments, and shipping callbacks are not supported.
* Only supports order capture (order authorization is not supported). See [authorised and captured payments](/api/nvp-soap/paypal-payments-pro/integration-guide/authorizations) for details.
* Chargebacks are not supported.
* Transactions must be online purchases (buy online, pay in-store is not supported).

## Integration methods [#integration-methods]

> **Info:** ### JavaScript SDK [#javascript-sdk]
>
> Use PayPal-hosted UI components called payment fields to collect payment information for alternative payment methods.
>
> [Integrate using JS SDK](/sdk/eps)

> **Info:** ### Orders REST API [#orders-rest-api]
>
> Integrate directly using the Orders API to fully customize the checkout experience.
>
> [Integrate using Orders API](/api/orders-v2/eps)
