PayU is an payment method widely used in Poland and the Czech Republic. Consumers log into their online banking environment, review the payment details, and authorize the direct transfer of funds to the merchant's account.
mBank, ING, PKO BP, Santander, Pekao, Alior Bank, BNP Paribas, and 20+ other banks.
Česká spořitelna, ČSOB, Komerční banka, Raiffeisenbank, and other major banks.
PayU is currently available in the following European markets:
| Country | Currency Code |
|---|---|
| Poland (PL) | PLN |
| Czech Republic (CZ) | CZK |
| Type | Amount |
|---|---|
| Minimum Amount | 1 PLN / 3 CZK |
| Maximum Amount | Depends on the bank, usually 999,999.99 |
| Field | Type | Description | Required |
|---|---|---|---|
orderAmount | string | Amount to be charged | ✅ |
orderCurrency | string | Transaction currency (ISO 4217) | ✅ |
country | string | Transaction country (ISO 3166) | ✅ |
lpmsInfo | string | {"lpmsType":"PayU"} | ✅ |
firstName | string | Consumer's first name | ✅ |
lastName | string | Consumer's last name | ✅ |
email | string | Consumer's email | ✅ |
phone | string | Consumer's phone | ✅ |
city | string | Consumer's city | ✅ |
address | string | Consumer's address | ✅ |
postalCode | string | Consumer's postal code | ✅ |
{
"lpmsType": "PayU"
}
lpmsType value is case-sensitive. Make sure to use PayU (with capital P and U).| Type | API | User Flow |
|---|---|---|
| DIRECT | Payment API | Merchant → PayU Bank Selection → Online Banking |
| REDIRECT | Checkout API | Merchant → Onerway Checkout → PayU |
The payment flow varies by integration type. Select the tab below to view the corresponding flow:
With DIRECT integration, the consumer selects PayU on the merchant's checkout page, and the merchant calls the Payment API directly.
PayU provides an intuitive bank selection interface where consumers can quickly find and select their bank:
