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

Is there anyone know to do the reverse hashing in the PayU Integration in Android

I am trying to integrate Payu Payment gateway and I am not able to generate the reverse hashing. Can anyone help me with the same.
rVarmag
  • 81
  • 1
  • 4
0
votes
1 answer

How can I redirect to the payulatam from through components in a SPA

I'm doing a SPA with Angular 6 and I'm creating payments with payulatam platform and I have a code for the sandbox payment that they offer I've been working with router link and I have a component called paymentPayU on this I'm using the payment…
Jay Pi
  • 73
  • 2
  • 8
0
votes
1 answer

How can I get component's method real name?

for clarify next part: payU is the Internet payment operator I have a serious problem with integration my Angular app with payU payments. I won't store or pass credit card's data (security reasons) so I choose widget. The first problem is how to…
Jaroslaw K.
  • 5,224
  • 2
  • 39
  • 65
0
votes
1 answer

PayU POST notification signature validation

I'm integrating PayU API service in my web (.NET MVC Core 2.1) application. After client pays order, PayU sends notification confirmation as POST request to my api method. Example of PayU confirmation notification. In heareds notification placed MD5…
Andrew
  • 11
  • 3
0
votes
2 answers

PayUmoney payment fails eveytime

I am using following java code to start payment gateway String hashKey = hashCal(MERCHANT_KEY + "|" + String.valueOf(System.currentTimeMillis()) + "|" + Double.parseDouble("1") + "|" + "productName" + "|" + FIRST_NAME + "|" + EMAIL + "|" + "" + "|"…
0
votes
0 answers

Post JSON do WordPress with authorization

I'm trying to connect PayU gateway to my website. When the payment is done it sends JSON to my notify url, i.e. localhost:3000/notify However I'll need to save these data like payment_date, status etc. to the WordPress user who just paid.…
Marek Zygmunt
  • 105
  • 2
  • 9
0
votes
1 answer

Transaction failed due to incorrectly calculated hash parameter in Payu when using User defined field

I have integrated Payu with codeigniter website. Everything works fine when udf1 field kept empty. when i tried to pass some parameter Transaction failed due to incorrectly calculated hash parameter. $amount = $orderdata[0]['ototal']; …
Yadhu Babu
  • 1,503
  • 2
  • 13
  • 25
0
votes
2 answers

How can I programatically do fake payment in payu sandbox?

I have django oscar application which use PayU as a payment provider. I'm writing tests, to test my refund mechanism. So I am using sandbox service for do such things. I have created test, which place request to PayU "create order". Then I got a…
404pio
  • 1,080
  • 1
  • 12
  • 32
0
votes
0 answers

Payment successful status changed to cancel in magneto

I am using PayU Payment Gateway,if payment successful the status is changed to cancel.How can I solve this? I have frequently faced this issue. How to change the order history in magento
0
votes
1 answer

How to implement PayU Objective C library in Swift project

https://github.com/PayU/paytouch-ios I pasted SDK folder into my project and created Bridging-Header.h in which I have imported #import "PUSDK.h" and when I trying to do init in my viewController in viewDidLoad let paymentService =…
Gorthez
  • 391
  • 3
  • 12
0
votes
1 answer

Payment gate integration issue PHP

I am trying to integrate HDFC/Payu payment gateway but i am unable to add custom amount, name, email etc. to the code. My code is // Merchant key here as provided by Payu $key = "gtKFFx"; $salt = "eCwWELxi"; $command = "verify_payment"; $var1 =…
TestC
  • 3
  • 2
0
votes
1 answer

What should Surl and Furl contains in PayU - payemnt gateway?

I am new to Stackoverflow. I have doubt in Payu payment gateway can we call our own activity instead of Surl and Furl. If the above ans is No then, How to create surl and furl I'm creating whole application on my own so , i dont have any knowledge…
MazRoid
  • 145
  • 1
  • 12
0
votes
1 answer

How to get payumoney fees from payumoney transaction response

I am trying to integrate payumoney payment gateway in my website. I am able to get transaction done. However, I am looking for a way to get the amount that has been charged as transaction fees for a particular transaction. I could not find this…
0
votes
2 answers

PayU web checkout - checksum failed

I keep getting the Checksum failed error when trying to integrate with PayU. From what I see in the docs, the integration should be straightforward, but I think I'm messing up the hash generation. In particular, I'm not sure how the udf fields are…
ankush981
  • 5,159
  • 8
  • 51
  • 96
0
votes
1 answer

Capture successful prestashop order in google analytics

I use Prestashop V1.6.1.11, and PayU payment module. I have configured the Google Analytics module. Currently the successful order is not captured in analytics. I think this is because the payment module, on successful payment is redirecting to…