What is Przelewy24?
Przelewy24 is a Polish online payment provider through which stores accept instant bank transfers, BLIK, card payments and other methods popular in Poland. Integration runs through a REST API: the store registers a transaction, redirects the buyer to the payment page and, after receiving a notification, confirms the payment with a separate verification call. A sandbox environment is available for testing.
How we use it at Koda Plus
In the B2B and B2C platform for beauty salons, built on Medusa, Przelewy24 runs alongside Stripe as a payment method in the store. We connect the gateway to the order process so that payment status reaches the order without anyone checking the panel by hand. Subiekt nexo and Fakturownia are also part of the same implementation.
Used in
See the portfolioWhen it makes sense
- Most of your customers are in Poland
- Buyers expect instant bank transfers and BLIK
- A headless store, for example on Medusa.js, needs a gateway integration via API
- Polish payment methods should sit alongside card payments through Stripe