PayU
Quick Start
- Sign up at payu.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
PayU payment integration
| Provider ID | payu |
| Category | Card Processors |
| Website | payu.com |
Authentication
Method: OAuth2 client_credentials flow
-
Retrieval token:
POST {base_url}/pl/standard/user/oauth/authorizeContent-Type: application/x-www-form-urlencoded- Body:
grant_type=client_credentials&client_id={id}&client_secret={secret} - Token valid for ~12 hours (
expires_inin the response)
-
API requests:
Authorization: Bearer {access_token}Content-Type: application/json
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /captures** | |
| PUT | /status) |