Skip to main content

PayU

Quick Start
  1. Sign up at payu.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to PayU →

Overview

PayU payment integration

Provider IDpayu
CategoryCard Processors
Websitepayu.com

Authentication

Method: OAuth2 client_credentials flow

  1. Retrieval token:

    • POST {base_url}/pl/standard/user/oauth/authorize
    • Content-Type: application/x-www-form-urlencoded
    • Body: grant_type=client_credentials&client_id={id}&client_secret={secret}
    • Token valid for ~12 hours (expires_in in the response)
  2. API requests:

    • Authorization: Bearer {access_token}
    • Content-Type: application/json

API Reference

MethodEndpointDescription
POST/captures**
PUT/status)

Resources