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
19
votes
10 answers

'sorry some error occurred' while integrating PayUMoney payment gateway in Test mode

I'm trying to integrate PayUMoney payment gateway in my client site. My client provided me the login details of PayUMoney. I was able to locate the Merchant Key but cannot find either of the two: Merchant Salt Developer site where I can create a…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
14
votes
6 answers

How to integrate PayU money Gateway in Android?

I am developing an Ecommerce app in which I want to integrate Payumoney payment gateway. Can someone help me with some procedure, link or tutorial, how to do so? Thanks.
gautamprajapati
  • 2,055
  • 5
  • 16
  • 31
11
votes
3 answers

Automatically transfer money from one bank account to another

Is there available any API which allow us to automatically transfer money to other bank account? I only found that I can't have it done with paypal API. I have user money on one bank account and after some action in application I need to transfer…
BT101
  • 3,666
  • 10
  • 41
  • 90
8
votes
1 answer

INVALID_USER_CREDENTIALS/JSON_EXCEPTION in "PayU" Android Integration

I am tring to integrate payU payment gateway with my ecommerce application. I have a account on test payU with merchant id, key and salt. I am working on this demo application, whenever i change parameters like merchant key, salt. I get a error code…
Shubham AgaRwal
  • 4,355
  • 8
  • 41
  • 62
8
votes
8 answers

How to integrate TEST PayU Payment Gateway in android application?

I am new in Payment Gateway. Currently, I am working on a mobile app where I need to integrate PayU payment gateway in android app. So far, I have created a code for TEST url & when I run my app I get below exception: An error occurred. Sorry, some…
VVB
  • 7,363
  • 7
  • 49
  • 83
7
votes
1 answer

Pay U integration

I am trying to integrate payU to eshop and I can't figure out where i am going wrong since long time. Now I'am trying to use these classes https://bitbucket.org/meritoo/zend-framework-payu-integration-library/src Does anybody came across similar…
tomasr
  • 485
  • 1
  • 8
  • 24
6
votes
3 answers

Calling PayU rest api (create order) returns html instead of json response

I'm trying to post an order to PayU payment gateway, using Rest Client tools like post man also I got the same issue. I'm trying to post using C#, the order created successfully but the response is not as expected, it should be a json object…
Mohammad Ghanem
  • 688
  • 6
  • 20
6
votes
0 answers

how to generate hash from Fire base server to integrate PAYU gateway?

I am trying to accept payments via PAYU in my android app, but I dont have a server and so I used firebase to store the data. From the video https://youtu.be/gnQ0IF3XniM I managed to integrate PAYU payment gateway from the server that is mentioned…
Vemuri Pavan
  • 495
  • 7
  • 15
6
votes
4 answers

PayUMoney payment gateway issue

I have to integrate PayUMoney payment gateway in my iOS app. They don't have SDK for iOS. So I have to load some web URL in webview for the payment. My parameters are int i = arc4random() % 9999999999; NSString *strHash = [self…
Mani murugan
  • 1,792
  • 2
  • 17
  • 32
5
votes
1 answer

rails payments through payumoney

I am trying to integrate payumoney payment gateway to my rails application. I added the gem active_merchant_payu_in ,but after this am unable to start the app..and getting this console error "warning: already initialized constant APP_PATH ".. I…
Abhilash
  • 2,864
  • 3
  • 33
  • 67
4
votes
1 answer

PayUBiz - Android: Transaction failed due to incorrectly calculated hash parameter

I'm trying to integrate PayUBiz in my Android Application. It is working fine in test environment. What I'm using is like below. Test Merchant Key / Salt : gtKFFx / eCwWELxi Our server URL for generating hash:…
Maulik Dodia
  • 1,629
  • 2
  • 21
  • 48
4
votes
1 answer

TransformClassesWithJarMergingForRelease Android

Hello Everyone i have one issue on generate signed apk with android studio. I have search a lot on this but did't find working solution in my case, iknow this is the issue related to duplicate class entry but can anyone tell me which i need to…
Ajay Pandya
  • 2,417
  • 4
  • 29
  • 65
4
votes
4 answers

Integrating PayU money to Ionic + Cordova Hybrid App

please help me how to set or render success url to my ionic app. when i integrating PayU money to Ionic app it requires Success Url and Failure Url after completion of payment it render into success url but it's not back to Ionic App.
Sai
  • 311
  • 1
  • 3
  • 18
4
votes
1 answer

Submit php form and redirect from backend

I want to integrate Payu Payment Gateway with my angularJS application. The server code is written in PHP (codeigniter). I have been provided with a PHP kit from payu which consists of a single php file with form and php code. It posts the data to…
amanpurohit
  • 1,246
  • 11
  • 19
4
votes
1 answer

Where to integrate PayU payment gateway

I'm developing an android app with server in nodejs(javascript). I want to know which side should I chose to integrate this gateway in order to make easy and safe payment from either server side(nodejs) or client side (android). I will be glad to…
1
2 3
12 13