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
4
votes
2 answers

Error while integrating payUMoney in nodejs

I am trying to integrate payUMoney in node.js, but I am getting an error as Mandatory parameters which must be sent in the transaction are: key, txnid, amount, productinfo, firstname, email, phone, surl, furl, hash Mandatory parameter missing from…
Nitish Kumar
  • 101
  • 6
4
votes
1 answer

Integrating PayU with PhoneGap app

How to integrate PayU payment gateway with a PhoneGap application? Which is the correct approach? In case of Android After adding cordova platform for android, export it in eclipse, register the activity from payu android sdk, then call this…
Mohsin
  • 469
  • 5
  • 13
4
votes
4 answers

Checksum Failed error in payu

I am trying to integrate payu payment gateway and I have included all the mandatory fields but it's showing me an error after redirecting to payu's official site. Error. We are sorry we are unable to process your payment. Checksum Failed. Please…
Sunil Kumar
  • 311
  • 1
  • 5
  • 16
3
votes
0 answers

InAppBrowser excutescript() method is not returning innerHtml code?

I was integrating the payU payment API in my Ionic app. I was able to get the payment success url of payU but the InAppBrowser excuteScript() method is not returning the innerHtml of the payment success url . Please provide an relevant solution…
pushpank
  • 262
  • 3
  • 9
3
votes
2 answers

Issue in PayUmoney Android integration

I am trying to integrate PayUMoney in my application. Application gives proper output if i use following test credentials; String merchant_key = "kYz2vV"; String salt = "zhoXe53j"; String base_url = "https://test.payu.in/_payment"; String…
Priyanka
  • 81
  • 2
  • 11
3
votes
0 answers

How to match a string inside json string wihtout decoding in PHP

So I have an API from a Payment gateway which return all the transaction in a day which is in Json format something like this. { "status":"1", "msg":"3 transactions settled on 2016-09-29", "Txn_details":[ { …
user2671011
  • 145
  • 2
  • 11
3
votes
1 answer

redirect to payment URL with post params

I want to integrate PayuMoney payment gateway to my rails application. And I want to redirect to payment gateway URL with post request, so I use HTTparty to redirect and POST request to payumoney URL. My controller: class ClientFeePaymentsController…
Raj
  • 950
  • 1
  • 9
  • 33
3
votes
3 answers

Payumoney getway error occur in ios

I have integrate payumoney payment getway. But i get error in webView not load this https://test.payu.in/_payment testing url. And my code: int i = arc4random() % 9999999999; NSString *strHash = [self createSHA512:[NSString…
Dharmesh Dhorajiya
  • 3,976
  • 9
  • 30
  • 39
3
votes
4 answers

PayUMoney payment gateway error after payment

After payment is done, I am not redirected to my website using payumoney payment gateway. I am receiving following error. Any help would be appreciated. URL: https://test.payumoney.com/payment/postBackParam.do Content HTTP Status 404 -…
Santosh Pradhan
  • 149
  • 1
  • 11
3
votes
3 answers

is it working payU payment gateway integration in mobile apps

i am developing on E-commerce app for selling physical goods. so i need one payment gateway. but my company having only PayU Payment gateway account only. my question is it working for mobile apps ?
veeresh
  • 59
  • 1
  • 6
2
votes
2 answers

API call returns HTML instead of JSON

I'm working on payment gateway on my website. I have one more step and I'm stuck on it. I have to send order to payment provider API and it should return object with some data and redirectURI, which I must redirect client to. Problem that I have is…
Michał B
  • 339
  • 1
  • 3
  • 12
2
votes
1 answer

Verification of Payment api of Payu is not working

I am trying to integrate PayU in my website, I have successfully done the payment api part. Now I am trying to call verification api of transaction. I have followed all the steps from documentation. Method…
Unknown
  • 427
  • 5
  • 9
2
votes
1 answer

Requesting OAuth credentials with node

Im implementing PayU API with node.js. This is the request example for obtaining access token that is written in PayU´s documentation curl -X POST https://secure.payu.com/pl/standard/user/oauth/authorize \ -d…
SergioGaitan
  • 286
  • 3
  • 11
2
votes
0 answers

How to resolve the Exception - Error in adding payment - PayUMoney?

I have integrated PayUMoney Payment Gateway using Nodejs and Reactjs. I got Exception like Error in adding payment. Anybody help me to resolve this exception !!!
1
2
3
12 13