How to integrate PayU (PayU Money) with PHP [Documentation]

Hello Everyone, Today in this article i will show you that how  PayU integration in PHP.

First of all you need a Code called which will connect your PHP form with payment gateway PayU or PayU Money or PayU Biz.

For Demo You may visit https://demo.quantainfotech.com/payu-php/

And for Buying This Code Click Here

This is this script is written in PHP by Dipu Singh (For Development or any Help Contact Me by WhatsApp http://quantainfotech.com/WhatsApp ).

payu payment card page
payu integration in php

Generate PayU Key/Salt :- https://www.payu.in/business/payment-gateway/integration

You Need To Change in Codes

$MERCHANT_KEY = “P9CKTY4Tl”; //Enter Your Merchant Key Here
$SALT = “WIzOkHIU2i”; //Enter Your SALT Key Here

$PAYU_BASE_URL = “https://sandboxsecure.payu.in”; // For Sandbox Mode
//$PAYU_BASE_URL = “https://secure.payu.in”; // For Live Mode

$productinfo = “Here You Can Add Product Information“;
$surl = “https://demo.quantainfotech.com/pass”; //Redirect user after success payment
$furl=”https://demo.quantainfotech.com/fail”; //Redirect user after payment Failure

You Can Watch Videos Below

Demo Card Details For PayU

  • Card No – 5123456789012346 
  • Expiry – 22/22
  • CVV – 123
  • Name – Dipu Singh
  • OTP – 12345

Developed By Dipu Singh

Please visit after some time. Content Coming Soon…

For Any Query WhatsApp Me http://quantainfotech.com/WhatsApp

 

***** Video *****

Leave a Reply

Your email address will not be published. Required fields are marked *