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
4
votes
1 answer

Payumoney integration for cordova

I want to Integrate the payumoney with cordova-android and ios. Any plugin is available for payumoney or how could i integrate the payumoney with native android.
san
  • 214
  • 1
  • 10
3
votes
0 answers

PayuMoney integration in react JS

I am using windows.bolt.launch() to show payumoney overlay getting the following error even before initializing the payment. GET https://sboxcheckout-static.citruspay.com/bolt/css/bolt_2_8.min.css net::ERR_ABORTED 404 (Not Found) catch block : Error…
Lucifer
  • 627
  • 2
  • 9
  • 19
3
votes
2 answers

Checksum Failed in payumoney in Django?

I have implemented according to docs https://developer.payumoney.com/redirect/ But i am getting error checksum failed, I am using sandbox test url view.py import hashlib from random import randint from django.shortcuts import render def…
Ravi Bhushan
  • 942
  • 2
  • 11
  • 19
3
votes
0 answers

Getting Hash Mismatch in PayUmoney Swift 3

I'm Integrating PayUmoney IOS SDK in swift, Im getting trouble When I'm doing in live its showing hash mismatch (Hash mismatch1) If I'm doing in test its showing invalid merchant key (Invalid key) I struck here from 2 weeks Did so many things and…
Mak K
  • 83
  • 1
  • 10
3
votes
1 answer

How to integrate PayUMoney iOS SDK in swift project

I've downloaded the PayUMoney iOS SDK from the PayUMoney website. I'm now unable to integrate the SDK with my swift project.
Mahil Arasu
  • 105
  • 1
  • 8
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
3 answers

How do I create hash key in node js fort payumoney payment gateway integration?

How do I create hash key in node js for payumoney payment gateway integration? I installed npm install sha512 Script I used: var txnid = buffer.toString('hex').toUpperCase(); var string = marchentKey + '|' + txnid + '|' + amount + '|' +…
Rahul Mankar
  • 910
  • 9
  • 17
3
votes
1 answer

Redirecting to AngularJS route after success payment

I am integrating PayUMoney app in my mean stack application.Now after payment is successfully done payumoney calls my success api. Now i need to render the response of this api call to my angularjs view page. How can i achieve this?
Atul Agrawal
  • 1,474
  • 5
  • 22
  • 41
3
votes
5 answers

What is success url & failure url while integrating payU Money in android?

Here is my some activity code, what will be the surl & furl? could anyone please help me? Thanks in advance :) Map mapParams = new HashMap<>(); mapParams.put("key", mMerchantKey); mapParams.put("txnid",…
pb123
  • 489
  • 3
  • 9
  • 25
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
4 answers

PayUMoney integration - How to calculate hash for comparing with response?

Generating Hash for Post request $hashSequence = "key|txnid|amount|productinfo|firstname|email|udf1|" ."udf2|udf3|udf4|udf5|udf6|udf7|udf8|udf9|udf10"; $hashVarsSeq = explode('|', $hashSequence); $hashString = ''; …
Sougata Bose
  • 31,517
  • 8
  • 49
  • 87
2
votes
0 answers

How to find merchantId, key and slat from Payumoney

I am using react native PayUMoney library initPayment(ordId) { let ID = this.IDganarate(); let hashkey = HashGenerator({ key: 'QylhKRVd', amount: this.state.total, email: "xyz@gmail.com", txnId: "1594976828726", …
2
votes
1 answer

getting error after successful payment in PayUMoney in reactjs

I have integrated the PayUMoney payment method in my react js project. It's working fine for till payment. After successful payment, it's redirecting to the success url given by me, its correct but it's giving an error. cannot post…
2
votes
0 answers

Redirect to an external url and send data as body params using express and react

I have a form in the frontend which post it's data to the API in the backend. Then, I add additional parameters i.e. private keys to it and make a JSON object. After this, I have to redirect to an external URL(Payumoney) while passing the JSON…
2
votes
0 answers

creating an LAS file from a jpeg or tiff image based on given coordinates

Is it possible to create an LAS file from an image like the one provided below, referenced to the scales provided on the image? I will Venmo 25$ to anyone who can show me how to do this. Say you have a continuous line like so from depth 0 to…
Cherbsman
  • 21
  • 2
1
2
3
16 17