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
2 answers

How to get rate of interest and EMI amount on the basis of months for a payment gateway?

The question is related to "Payment gateway" that we are creating for "PayU Turkey". And we are creating this module for X-cart. But we stucked on a point i.e. Rate of interest and EMI amount. For example, If you are going to pay in Snap deal then…
Ankur Singh
  • 93
  • 3
  • 12
0
votes
0 answers

Android web view hybrid app is not redirecting to payment gateway but the in website view it was redirecting to payment gateway

I created a website which is pointing to payu money gateway, It is working fine. Then I created a webview android app for my website by redirecting my app to my website link but from app I am not able to open Payment gateway page. Any Idea why it is…
Ankuj Rana
  • 41
  • 3
0
votes
1 answer

Gradle compile commpability exception, payU

I have an issue with compiling the latest payU library. I use compile options for my project: compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } because I use retrolambda (lib…
marcinm
  • 281
  • 1
  • 2
  • 11
0
votes
1 answer

PayU integration in iOS not working

Please help me to find out the way to integrate PayU in iOS app successfully. Is there any proper document to follow i alsways getting issue with "key" and not wokring please help me
puja
  • 209
  • 1
  • 15
0
votes
1 answer

I have installed Magento ver. 1.9.2.4 on live server but unable to integrate payumoney in system/configuration/payment method

I have installed Magento version 1.9.2.4 and as per the PayUMoney documentation, I have pasted the "payu" folder into respective folder but still not able to see "payucheckout" tab in system/cofiguration/sales/payment method. Why is this…
0
votes
2 answers

Payumoney Payment Gateway Integration Using REST API

i am developing web app that is total restful front-end using angular and backend nodejs,express and mongodb. i am trying to integrate payumoney payment gateway with my web app. Plz Go through this https://www.payumoney.com/developer-doc-api.html…
Rayees
  • 57
  • 3
  • 15
0
votes
0 answers

How to get POST data in Java?

I'm doing an integration with Payu Web Checkout. Put in the post data obtain a POST like following: response_code_pol=5 phone= additional_value=0.00 test=1 transaction_date=2015-05-27…
ihojose
  • 312
  • 2
  • 12
0
votes
1 answer

i want to make a new processor of payment for PayU in joomla

I am using acctexp component in joomla. this have several processors for payment but i have to use PayU which is not included in this. i want to convert anyone from these processors to PayU but can't do. Actually i am new to joomla. Please any one…
Poorvi
  • 1
0
votes
2 answers

How to get PayUmoney merchant & salt key?

I am create android app with payment integration using PayUmoney.In PayUmoney.com sign up & login then fill pan details and bank account number.Also they verified but still i am not get merchant & salt Key for 10 days.
ragu
  • 13
  • 1
  • 7
0
votes
2 answers

After getting post request to node server from payment gateway, then how to direct to my ionic app

I am using node as backend with ionic and integrated payment gateway. Steps i followed : - Sent post request to payment gateway with desired parameters. Received post request to my server after successful transaction. Now redirected flow from…
0
votes
0 answers

WooCommerce: Make button go to PayU checkout page

I'm working on a WooCommerce store website selling virtual products. I've made a custom checkout page where customer would put all his checkout data and at the end could chose between 2 options: Option 1 - Paying later: Only sends a mail to…
aln447
  • 981
  • 2
  • 15
  • 44
0
votes
1 answer

Pay u SDK, Error parsing a meta element's content

While trying to do the payment, I am getting the following error. Please help me I have tried everything. Scenario: Go to credit/ debit card. Then enter test credentials (CREDIT CARD). Then it will stuck on a screen showing "WE ARE PROCESSING YOUR…
aastha gupta
  • 121
  • 1
  • 11
0
votes
1 answer

Android - How to get merchant production keys for pay u

I am new in android and integrate payU money as payment gateway but not able to get success. I am using sample PayU demo from github and it runs fine. But as i changed String merchantProductionKeys[] = {"Sskq6q", "smsplus"}; merchant production…
user6303614
0
votes
0 answers

How to access laravel sessions variables in payu post request

I'm having some problems trying to access variables sessions in the confirmation page used it by payu. In the post request I can access the variables sent from the gateway like this: $state_pol = $_POST["state_pol"]; and no problem with that, I can…
Eder
  • 1
  • 2
0
votes
0 answers

Payumoney Integration Error

In this code when I run it is redirecting to payu and displaying Some error Occurred message public class PayMentGateWay extends ActionBarActivity { /** * Adding WebView as setContentView */ WebView webView; /** * Context for Activity …