payumoney

How to integrate PayUMoney iOS SDK in swift project [closed]

怎甘沉沦 提交于 2019-12-01 09:01:44
I've downloaded the PayUMoney iOS SDK from the PayUMoney website. I'm now unable to integrate the SDK with my swift project. Dev_Tandel This answer is taken from PayU documentation itself, i am answering here just because it took me hours to implement with their documentation. Hi i can guide you with NON seamless integration. https://github.com/payu-intrepos/Documentations/wiki/8.-iOS-SDK-integration#nonseamless In non seamless integration PayU is already providing UI and will handle the card type and all payment process and at the end you will be notified for the status of your transaction

PayuMoney Integration in Android : Some error occured! Try again

▼魔方 西西 提交于 2019-11-29 16:55:11
I'm integrating payuMoney (not payu biz) in my android application. I followed this official documentation of PayuMoney. I have changed merchant key, merchant id and url of hash generation of my server in this sample app. Then it is taking me to PayuMoney sdk screen where I can login/signup. But it is showing the toast message 'Some error occured! Try again' once I login with my credentials. Is there anything else that I'm missing? Please guide me. This happens because you might not have activated your account on PayUMoney. Try contacting the customer service and get your account activatied.

PayuMoney Integration in Android : Some error occured! Try again

青春壹個敷衍的年華 提交于 2019-11-28 10:42:48
问题 I'm integrating payuMoney (not payu biz) in my android application. I followed this official documentation of PayuMoney. I have changed merchant key, merchant id and url of hash generation of my server in this sample app. Then it is taking me to PayuMoney sdk screen where I can login/signup. But it is showing the toast message 'Some error occured! Try again' once I login with my credentials. Is there anything else that I'm missing? Please guide me. 回答1: This happens because you might not have

'sorry some error occurred' while integrating PayUMoney payment gateway in Test mode

纵然是瞬间 提交于 2019-11-28 03:52:00
I'm trying to integrate PayUMoney payment gateway in my client site. My client provided me the login details of PayUMoney . I was able to locate the Merchant Key but cannot find either of the two: Merchant Salt Developer site where I can create a test account and test on sandbox PayUMoney provided me a form with some default value but when I test, it gives the message: sorry some error occurred. Here is the form: <?php // Merchant key here as provided by Payu $MERCHANT_KEY = "JBZaLc"; // Merchant Salt as provided by Payu $SALT = "GQs7yium"; // End point - change to https://secure.payu.in for

'sorry some error occurred' while integrating PayUMoney payment gateway in Test mode

廉价感情. 提交于 2019-11-27 05:13:26
问题 I'm trying to integrate PayUMoney payment gateway in my client site. My client provided me the login details of PayUMoney . I was able to locate the Merchant Key but cannot find either of the two: Merchant Salt Developer site where I can create a test account and test on sandbox PayUMoney provided me a form with some default value but when I test, it gives the message: sorry some error occurred. Here is the form: <?php // Merchant key here as provided by Payu $MERCHANT_KEY = "JBZaLc"; //