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

magento 1.9.0 payment method payumoney is not working

I have installed magento 1.9 with payment method PayUMoney. PayUMoney provides the merchant id and salt after successful account creation on their site. In magento admin payment method this merchant id and salt is submitted but when I go to use…
IRSHAD
  • 2,855
  • 30
  • 39
-1
votes
3 answers

Redirecting to payumoney in laravel using Curl

I want to redirect to payumoney gateway from my php server using curl. I am using laravel framework and i dont want to use html/blade method to trigger payment gateway. $posted = array(); $posted['key'] = $MERCHANT_KEY; $posted['hash'] =…
-1
votes
1 answer

PayU intigration in Android studio in java

I am trying to create an activity in the pay button and then trying to integrate the PayU gateway on this button...my request goes in response but does not payU page...
abhi tt
  • 1
  • 1
-1
votes
1 answer

PayUCheckoutPro Android SDK implementation issue

I'm Trying in implement PayUCheckoutPro android SDK After successfully done with implementation part in android when I try to start payment by default onError() function is calling with error message 5014 Value
Shyam Sunder
  • 104
  • 1
  • 1
  • 13
-1
votes
1 answer

How to pass order_id and other order details to payumoney success page

I am integrating Payumoney payment to my website. Payment integration is successful, But I need to get the order id into my order-success page. I post order_id from my form and tried to get it from the order-success page, but it returns checksum…
Linu S
  • 45
  • 1
  • 14
-1
votes
1 answer

No known class method for selector 'setDisableCards:' in payumoney iOS

I am facing the following issues while using payumoney in my iOS project. No known class method for selector 'setDisableCards:'. No known class method for selector 'setDisableNetbanking:'. No known class method for selector…
Vishnu C
  • 3
  • 3
-1
votes
1 answer

How to set money manually in payu money

I want to set money in amount field a fixed amount. I tried this one but getting an error after going to payumoney payment page. the error is amount invalid and checksum error Page 1
Mohsin
  • 199
  • 5
  • 19
-1
votes
1 answer

payumoney integration with codeigniter

I am integrating payu money in my website.After successful transfer, the page is giving following error A PHP Error was encountered Severity: Notice Message: Undefined variable: company Filename: controllers/Company_Controller.php Line Number:…
Kumar Ajeet
  • 72
  • 12
-1
votes
1 answer

how to post currency code in payumoney in asp.net mvc

how to post currency code as United States dollar and India. By default it uses IND. [HttpPost] public void Plans(UserRegistreModel model) { string firstName = model.FirstName; string middleName = model.MiddleName; string lastName =…
Ritesh
  • 31
  • 4
-1
votes
2 answers

Fatal error: Call to a member function base_url() on a non-object Codeigniter

Fatal error: Call to a member function base_url() on a non-object I am getting the above error when I redirect to the site from payment gateway, hence the head file containing all the scripts does not get loaded I tried using $ci =&…
san
  • 237
  • 7
  • 19
-1
votes
2 answers

Android - UNEXPECTED TOP-LEVEL EXCEPTION:

i am facing error while adding payumoney in app. Here is error - UNEXPECTED TOP-LEVEL EXCEPTION: `com.android.dex.DexIndexOverflowException: method ID not in [0, 0xffff]: 65536 at…
user6303614
-1
votes
1 answer

Payu money Payment GateWay Integration

I am trying to integrate payu money payment gateway in my app. Payumoney collect all information and done transaction and return back to my custom defined url webpage. My problem is how to get the response code after successful transaction from…
Umesh Verma
  • 876
  • 7
  • 28
-1
votes
2 answers

php session not working when my page redirect from payment gateway server to my page

i am creating ticket booking website using some api , i use json for get & post values and creating php session's to pass data's to other pages, page 1 : creating session's page 2 : payment gateway (i checked session's payment page it works…
user3292198
  • 1
  • 1
  • 2
-1
votes
1 answer

How to integrate PayUMoney in core php

Hi I am new to PHP and I want to integrate the PayUMoney with core PHP. Can anyone tell me how to do the integration of PayUMoney in core PHP. Here is my code Controller: query("SELECT * FROM courses"); …
user5751258
  • 17
  • 2
  • 9
1 2 3
16
17