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

PAYU iOS Non Seamless Integration NSURLErrorDomain

Error Domain=NSURLErrorDomain Code=-999 "(null)" UserInfo={NSErrorFailingURLStringKey=https://mobiletest.payu.in/response.php?mihpayid=209ebdca6cb1db2147aaaedecdcb31d4dcc4130714983b608f89eb1b36e103f8&code=14,…
shubhsin
  • 247
  • 2
  • 3
  • 12
0
votes
1 answer

NSCFData gunzippedData crash

I am integrating PayU in my swift 2 based project by using sample code source from link: https://github.com/payu-intrepos/iOS-SDK/releases/tag/v3.3 The app crashes with the following log in the console, when the payu webview code from the class…
Ian Pinto
  • 2,199
  • 1
  • 21
  • 24
0
votes
0 answers

Pay U IOS SDK 3.2 Seamless Integration - Mandatory Parameter FURL missing

I am new to Payment gateway integration. I am integrating the latest PAY U SDK version 3.2 seamless in my App. I am following the code as per the sample App. I have the key and salt values. But the Payment is not happening and it always throws an…
IamVT
  • 19
  • 3
0
votes
1 answer

Cakephp header HTTP/1.1 200 OK payU

I write integrator to Pauy payment system. When I bay sth payu response me with status order. When I recive this I have to use header("HTTP/1.1 200 OK"); To stop response from payu. But I don't know How to use it inside cakephp 2.x Controller? I…
marczak
  • 489
  • 2
  • 8
  • 17
0
votes
3 answers

PayU Money Gateway iOS Swift

I want to integrate the payU Money sdk in my app using swift2.0 I am using this sdk: https://github.com/payu-intrepos/Documentations/wiki/8.1-NEW-iOS-Seamless-SDK-integration Where to create the test account for testing.
Ganesh
  • 101
  • 1
  • 11
0
votes
3 answers

how to make my page auto submit?

I have one payment page where payment values will fill automatically . so i don't want allow that page to user to submit . how can i do auto submit of my page ? my code is include "configaration/config.php"; // Merchant key here as provided…
Nayana
  • 747
  • 8
  • 27
0
votes
1 answer

payumoney payment gateway integration

I want to integrate payumoney with laravel 5.1. I have kept the form in blade . Upon submitting the form I get this error: method not found then I tried to put the whole form for payment gateway (payu) in controller. It is still not working.…
Omsun Kumar
  • 147
  • 1
  • 3
  • 9
0
votes
1 answer

PayU API Integration on Android does not work

I have had multiple issues while integrating PayU on android. I wonder what I am missing. The integration expects importing projects and then adding as dependency into my android app. But the build fails if I don't select version Android 5.0.1.…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
3 answers

invalid hash while generating hash for pay u integration with android

i m having issue with integrating pay u payment gateway integrating with my android app. i m generating hash on my own server when i generate hash for given parameters and use it in my app, the api is saying invalid hash please help me to generate…
Rahul_Pawar
  • 572
  • 1
  • 8
  • 16
0
votes
1 answer

Payment processing Integration android

I am doing my first application. Now i need to integrate payu integration in app using custom browser. i don't have knowledge on how to do this. I searched for this, but i failed. please any one suggest me or provide me links for this integration.…
kartheeki j
  • 2,206
  • 5
  • 27
  • 51
0
votes
1 answer

Payu checksum Error Solution

Checksum Error How to solve checksum error I am integrating in php but Checksum error is occured How to solve checksum error I am integrating in php but Checksum error is occured How to solve checksum error /* @ Check User Session : */ …
0
votes
1 answer

Meteor - how to get response from payment REST API

I'm implementing PayU payment module in my Meteor app. Flow works well, it shows proper order view and it redirects to proper continueUrl. In PayU API there is also notifyUrl and PayU can send POST request to that url if there is change in order's…
Mossar
  • 425
  • 1
  • 5
  • 14
0
votes
0 answers

Issue while integrating PayU in windows universal apps

I am new to Windows universal apps development. Now I am developing an app in which I have to integrate PayU. I tried a lot but everytime the transaction error is thrown from the server. string temp1 =…
Imran
  • 11
  • 3
0
votes
0 answers

PayU payment gateway integration in php

I am trying to integrate pay u payment gateway,using the test merchant key and salt. But every time i get an error message "Please fill all the mandatory fields". I have already filled all the mandatory fields. What am I doing wrong? Here's my…
Vipul Behl
  • 644
  • 1
  • 7
  • 20
0
votes
2 answers

PayU Payment Integration in Android Issue

I am trying to integrate Payment Gateway (PayU) in Android through WebView. I am able to send the data to the PayU through POST. After successful transaction, the page is not redirecting to the "surl" i.e successUrl / "furl" i.e FailureUrl. It…
1 2 3
12
13