# Przelewy24

Przelewy24 payments can be processed with Saferpay without much effort. This chapter describes what needs to be considered in this regard.

## General requirements

The handling of Przelewy24 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 Przelewy24 contract.

{% hint style="info" %}
For Przelewy24 activation on the Saferpay terminal, please contact your sales contact.
{% endhint %}

### Technical requirements

The general integration of Przelewy24 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:

* Payer email address is **mandatory**. This means that either `Payer.BillingAddress.Email` or `Payer.DeliveryAddress.Email` needs to be sent with the initial request, or captured through the respective form.
* The parameter **`OrderId`** is limited to 50 characters.
* The notification URLs, inside the`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.

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

### Supported features

| Feature                                                                                                                                                                                                         |    Support   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------: |
| [Capture](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/capture-and-daily-closing)/[Cancel](https://docs.saferpay.com/home/licences-and-interfaces/capture-and-daily-closing#cancel) | <p>❌<br></p> |
| Multipart Captures                                                                                                                                                                                              |       ❌      |
| Secure Card Data                                                                                                                                                                                                |       ❌      |
| [Refunds](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/transaction-interface/refunds)                                                                                               |       ✅      |
| Recurring Payments                                                                                                                                                                                              |       ❌      |
| 3D Secure                                                                                                                                                                                                       |       ❌      |
| Dynamic Currency Conversion (DCC)                                                                                                                                                                               |       ❌      |
| Mail Phone Order                                                                                                                                                                                                |       ❌      |
| [Testing](#testing)                                                                                                                                                                                             |       ✅      |
| Omni-Channel                                                                                                                                                                                                    |       ❌      |

## Testing

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


---

# 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/eprzelewy.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.
