Questions tagged [payu]

Use this tag for programming-related questions concerning online payments provider PayU. Questions asking about PayU terms & conditions or seeking customer service are off-topic.

PayU is a comprehensive operator of online payments

PayU is available in:

  • Czech Republic
  • Hungary
  • India
  • Latin America
  • Poland
  • Romania
  • Russia
  • South Africa
  • Turkey
  • Ukraine
190 questions
0
votes
1 answer

Wrong xml being inflated android

I have a library project which had colliding xml names like activity_login,etc.. Now even though this is the case when I run the Actvity in the library project is inflating my xml instead of its own and subsequently throwing NPE. I've already tried…
humblerookie
  • 4,717
  • 4
  • 25
  • 40
0
votes
2 answers

How to calculate payu hash with jquery

How to calculate payu hash with jquery. Checksum Error is come. I tried it using jquery to calculate hash and then submit it to payu but "Error. We are sorry we are unable to process your payment. Checksum Failed. Please contact your…
0
votes
1 answer

issue while connecting to payU

I am trying to connect my web application to PayU, my code is require 'net/http' require 'json' uri = URI('https://test.payu.in/merchant/postservice') req = Net::HTTP::Post.new(uri, initheader = {'Content-Type' =>'application/json'}) req.body =…
Sachin Singh
  • 7,107
  • 6
  • 40
  • 80
-1
votes
1 answer

PayU intigration in Android studio in java

I am trying to create an activity in the pay button and then trying to integrate the PayU gateway on this button...my request goes in response but does not payU page...
abhi tt
  • 1
  • 1
-1
votes
1 answer

After payment success how to store payment success page in sqlite

How to store payment success page in SQLite so that I can link login page to SQLite
As1998
  • 1
-1
votes
2 answers

Payu payment gateway integration with PHP

PayU provide lot of API. I don't know which API is used. I want to integrate with lots of option like, Credit card option Debit card option Web checkout option
-2
votes
1 answer

PayUBiz hash integration failed-iOS?

I am calculating hash from server and passed it to payUbiz hash object. When hash value passed to hash object of payUbiz it binds as optional value i.e. Optional(*hashValue*). I have tried to convert optional string to string, but it won't worked.…
ashwini
  • 102
  • 1
  • 10
-2
votes
1 answer

How can i integrate payU with Node.js?

I am new to Node.js. I am working on a stuff that to integerate payU payment gateway with Node.js. I have spent my whole day in analysing npm registry for a proper module. I have got only payu as a module with some list of API. I was searching some…
Janani
  • 63
  • 2
  • 9
-3
votes
1 answer

How to get previous page url from where user get redirected

I have a simple online shopping website and i want to ensure that the user is coming from the payment page not open the success page directly. I am using PayuMoney
vivek modi
  • 487
  • 1
  • 5
  • 19
-3
votes
1 answer

How to handle success response in PayU biz in surl?

In Android side I am getting merchant data : null. How can I show success result in App side? After successful payment PayU server returns some response in $_POST. $result = ''; foreach($_POST as $key=> $value){ $result .= $key . '=' . $value…
1 2 3
12
13