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

Wordpress wp_redirect CORS Issue

I have troubles trying to do a redirection to a external URL using wp_redirect() method in a wordpress checkout plugin to integrate woocommerce checkout with PayU Latam php SDK. It always throw a CORS issue with this message Cross-Origin Request…
leossah
  • 11
  • 1
0
votes
1 answer

Send JSON data to another server (PayU) using express and angular

I am trying to make a payment application with PayU and don't know how can I send JSON data to PayU server. How I can do that?? Please help me or give me some advice. I should pass the information (from body: {...} below) POST to…
Mat.Now
  • 1,715
  • 3
  • 16
  • 31
0
votes
1 answer

java get response from PayU api poland

I'm trying to integrate payu poland payment system to my website but cant get success response. Website done by jsp. Here is link that payu gave for help click im using "create a new order" for configuration. But its not retrieving any answer. Could…
0
votes
1 answer

'sorry some error occurred' while integrating PayUMoney payment gateway in asp.net mvc

I'm trying to integrate PayUMoney payment gateway in my client site. 1) My account is already activated. 2) Merchant key & Salt key is right. 3) I have already added payu_paisa in service provider field. when adding more than 700 amounts it gives…
0
votes
0 answers

Poptoviewcontroller not working properly after receiving response from payU

I am integrated payU payment gateway in my application. After I have made successful payment I am not able to go previous viewController from where I have pushes payU view for payment. Steps: I am using tabBar in my application with 5 tabs. Each…
Hemant Sabale
  • 317
  • 2
  • 13
0
votes
1 answer

PayUMoney - Android: Only getting **paymentId** from payUMoney SDK after successful payment

I'm integrating payUMoney in my Android application. I'm getting only paymentId after successful payment in both environment i.e Test & Production. I need Transaction Details as well from payUMoney. I have also contacted payUMoney technical team but…
0
votes
1 answer

server url is not working in payumoney payment gateway

My code runing test url is perfect working but when i run code in server https://secure.payu.in/_payment and key and slat key is not working Please help me anyone
bhushan
  • 1
  • 4
0
votes
1 answer

How to get response after successful payment from PayU payment gateway?

I am trying to integrate PayU payment gateway in our application. But after successful payment i am not able to get response or status of payment. I am posting my code also. Please help me out from this. import UIKit class PayUWebViewController:…
0
votes
0 answers

Method Not Allowed Error after redirecting in AngularJS

So what is going on is I have integrated the PayU payment gateway in my angular app. It has a success and failure url to which it gets redirected to according to the payment response. Now those urls are client's url where the client receives the…
Naman Gupta
  • 67
  • 1
  • 1
  • 15
0
votes
2 answers

payUbiz : payment gateway integration : (incorrectly calculated hash parameter)

Error Scrreenshot attached. I am facing this error while integrating payUbiz payment gateway for iOS application using WebView. I am calculating hash code from hash string like this: let hashValue = "\(key)|\(txnid1)|\(amount)|\(productInfo)|\ …
dreamer16
  • 11
  • 7
0
votes
1 answer

How to create e-wallet in laravel website

I am developing a website in laravel I want to apply a e-wallet system on my website(Like Paytm). This is first time I am doing this, I read on different places, saw methods using java and also read that I can sign-up for existing Wallets like…
Rock
  • 385
  • 4
  • 7
  • 18
0
votes
1 answer

Payu OrderCreateRequest returns 403

I am integrating payu to my web app. The problem is I can not request new order It returns 403 forbidden in my app but with same data I can get 200 from api doing it postman. I got token,created authorization,sent…
snn
  • 1
  • 3
0
votes
1 answer

How to get transaction details from PayU?

I am integrating PayU in my android application. Everything works fine but I want all transaction details(Like Payment Source, bank name,bank code etc) after successful/failure transaction. Right now in response I get only Transaction ID. Is there…
Priyanka
  • 81
  • 2
  • 11
0
votes
0 answers

Android studio :com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry

when I try to run app in 4.4.2 & jelly bean mobile it is giving this error, its working in lollipop, marshmallow. Error:Execution failed for task ':EdApp:transformClassesWithJarMergingForDebug'. > com.android.build.api.transform.TransformException:…
0
votes
0 answers

Post values without hidden variables and ajax?

I am integrating a payment gateway with my website in php. They provided key and salt values to uniquely identify me. The sample code given by them store key and salt in hidden variables. I think it is not secure. Now my question is, is there any…
aditya
  • 575
  • 7
  • 19