Questions tagged [payumoney]

PayUmoney is an online payment wallet provider.

PayUmoney is a payment service provider, based in India, which claims to "create a safe and secure ecosystem that enables anybody to make or receive payments".

PayUmoney is a subsidiary of Naspers media group.

PayUMoney offers a ‘buyer protection’ program, according to which customers get an option to release their payments only on a satisfactory purchase. They can also raise a dispute in case of any mismatch of expectations.

245 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
15
votes
5 answers

AAPT: error: resource android:attr/android:progressBarStyleSmall not found

C:\Users\Admin.gradle\caches\transforms-2\files-2.1\9f39f95ecc02dcabb161a6205cd680b4\jetified-magicretry-1.0.6\res\layout-v11\magicretry_fragment.xml:121: AAPT: error: resource android:attr/android:progressBarStyleSmall not found. I am using…
sandeep kolhal
  • 393
  • 1
  • 4
  • 14
11
votes
2 answers

Receive_SMS Permission issue

As you know, According to Google Developer policy if our core functionality of the app does not depends on SMS than we should remove RECEIVE_SMS android permission and try to find a different Alternative. But my issue is I am not using RECEIVE_SMS…
CodeGeek
  • 677
  • 2
  • 8
  • 22
8
votes
0 answers

Pay using UPI option not showing merchant name in UPI apps?

I have integrated PayU Money SDK in my Android app. Everything works fine except when the user selects pay via UPI. For example, while using pay via Google Pay the merchant name is not shown. Instead it shows as PayU Money has requested money from…
Vish
  • 404
  • 3
  • 17
7
votes
1 answer

How to integrate payumoney payment gateway with rails 4

Included "gem 'active_merchant_payu_in'" in Gemfile. Getting this error while bundle install /home/waheguru/.rvm/gems/ruby-2.2.0/gems/active_merchant_payu_in-0.0.1/lib/active_merchant_payu_in.rb:2:in `require': cannot load such file --…
KJ_kaka
  • 241
  • 3
  • 10
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
5
votes
0 answers

PayUmoney iOS SDK multiple issues during uploading app on apple store with XCODE9.3(Objective-C)

Errors: 1.ITMS-90087 Unsupported Archtecture PayUmoneyCoreSDK.framework containts unsupported architectures '[x86_64,i386]' also for CitrusGraphics and PlugNPlay framework. 2.ITMS-90209 Invalid Segment Alignment CitrusGraphics does not have…
Vinayak Bhor
  • 691
  • 1
  • 8
  • 20
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
0 answers

Could not resolve phonepe.intentsdk.android.release

I am using version 2.1.0 of payu-non-seam-less-react, after installation, it shows me the 403 from the server. I am not able to run the app ... Could not resolve all artifacts for configuration ':app:debugRuntimeClasspath'. Could not download…
4
votes
2 answers

How to enable proguard for only one module

I have a payment application with payumoney integration. It was working fine until i added the proguard. Recently I have added Proguard to my build.gradle file (Module: app) ` buildTypes { release { minifyEnabled true …
Anoop
  • 485
  • 4
  • 15
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

PayU Money Integration in Android application

When I am using Pay U Money SDKUI in Test environment everything is working fine. However, when I am using the same SDKUI in the Production environment it's giving me an error (5014): Value
Saveen
  • 702
  • 2
  • 14
  • 34
4
votes
1 answer

How to Integrate Payumoney in AngularJS Application?

I have sent all the mandatory parameters. After clicking submit button, response page is like this. Checksum Failed and Unable to process request. html form
SrinivasAppQube
  • 291
  • 1
  • 4
  • 22
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
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
1
2 3
16 17