Give our APIs a Try
This page offers essential resources for integrating with PayU, including the Postman Collection with pre-configured REST API requests, as well as links to SDKs for various platforms.
API Versions
We offer two primary integration protocols: REST API and Classic API. This documentation focuses on version 2.1 of the REST API, which is the standard method for communicating with the PayU system.
The Classic API is an older communication protocol that is no longer actively developed. All new services will be offered exclusively through the REST API. The Classic API documentation is intended for existing integrations only, and we do not recommend using it for new integrations. If you need access to the Classic API documentation, please .
If you are looking for information about the older version of the API .
Postman Collection
Here, you can download the Postman Collection, which includes a comprehensive set of pre-configured requests that you can send to PayU using the REST API protocol.
SDKs
We also provide a suite of libraries that simplify the process for developers to create applications utilizing the OpenPayU protocol. These SDKs significantly accelerate the implementation of payment processing while minimizing the risk of errors.
You can download two sets of SDKs:
- SDK for PHP - contains information about REST API 2.1 for the PayU payment system. For the latest version of the developer's SDK and manual, visit GitHub.
- Mobile SDK - provides information about Android and iOS mobile components for pay-by-link, one-time card payments, storing card options, scanning card data, and one-click payments (Google Pay, Apple Pay, BLIK). For details, visit the Mobile SDK page.
If you have questions or suggestions concerning SDKs, please .
Bodybuilder
We also provide Bodybuilder, a tool that generates request bodies. Bodybuilder is designed to clearly display the information you need to include in your request. Try it on its dedicated page.