Complete guide to integrating PayU payments across 17 countries
Serving 17 countries with 300+ payment methods
Visit PayU Merchant Registration and complete the business verification process.
Log into your PayU merchant dashboard and navigate to the Developer/API section.
Copy your Merchant Key, Merchant Salt, and Merchant ID from the API credentials section.
Use PayU's test environment for development and testing before going live.
APP_PAYU_MERCHANT_KEY="your_merchant_key"
APP_PAYU_MERCHANT_SALT="your_merchant_salt"
APP_PAYU_MERCHANT_ID="your_merchant_id"
APP_PAYU_SANDBOX="true"
/api/finance/deposit/fiat/payu/
Creates a new PayU payment session
/api/finance/deposit/fiat/payu/verify
Verifies PayU payment after completion
/api/finance/deposit/fiat/payu/webhook
Handles PayU webhook notifications
/api/finance/deposit/fiat/payu/status
Checks the current status of a PayU payment