I'm trying to integrate Pay U Money payment gateway in my client site. My client provided me the login details of Pay U Money. site is built in JOOMLA.
I have implemented a PayUmoney Payment Gateway for my client in Joomla!.
1. Create a custom page in Joomla!
2. Add PayUmoney button provided by PayUmoney
3. Thats it.
There is no module available. I downloaded the plugin. it doesn't allow me to modify anything. We need module to integrate with pages.
Login to PayuMoney with your account.
Click on Other Tools
Click on WEBFRONT and create the WEBFRONT page
Add that link to your web page link or button.
No need to even have any SSL certificate also to your site.
Related
I want to make mobile app for prestashop 1.7 e-commerce site, for that I refereed the process for web service provided by Prestashop.
I reached at how to insert orders via web service, but I didn't get understand how to proceed with checkout process through web service.
Can any one tell me that how to get a payment options and checkout for payment through web service of prestashop?
Thank you in advance.
The payment options in PrestaShop are different. All of them have a separate logic of working and processing of payment.
All the checkout steps in PrestaShop can be handled using the web-services in PrestaShop, but to handle Payment Methods is a very time-consuming task, moreover, you can never test the app with all the payment methods that exist for PrestaShop.
So to solve this problem, we recommend that you show the payment steps inside the mobile app as web view as the steps are shown in PrestaShop store's mobile web-store.
You can take a reference from the following App (it currently support PS 1.6 only):
https://play.google.com/store/apps/details?id=com.velsof.prestashopgenericapp&hl=en
I'm manually integrating cyber-source payment gateway with open-cart, because i think there is no options in open-cart that i can manage via admin panel. I know there are some extension available in admin panel, but i didn't found any simple and cyber-source payment gateway integration. So I have done payment integration on flat php now i need to configure with open-cart. For this task i need billing address in checkout page last tab. I have searched about this but couldn't found any better and easy solution. Can any one guide me about this.
Thanks
PayU provide lot of API. I don't know which API is used. I want to integrate with lots of option like,
Credit card option
Debit card option
Web checkout option
Most Recommended way is use Direct Payment Gateway Provider's API rather than others.
IF your are using PayU biz :
Step 1: You can use simple HTML form enter into payu payment gateway
Step 2: You can use official payu SDK PayU SDK
If you are using PayU Money :
You can download PHP API from merchant login page.
In general payment gateway provider will provide Credit/Debit and netbanking options.
To
integrate Payumoney in woocommerce "PayU" provides a simple plugin to
integrate. Install it, enter your credential and that’s all.. Done..
If you want to integrate it in wordpress non e-commerce site, it needs customization. Install PHP kit provided by payumoney through FTP file upload or web hosting control panel.
The
most important you have to pass the values of all required parameter as
mentioned in their documentation. Pass these values with $_POST. That’s
it.
I have done the same thing in Hotel Booking system. Its working fine.If you need any further help, contact me on aryamaae.com
I purchased a PayPal Adaptive module, to make it work I have to enter the LIVE APP ID that was given to me when I activated the application on the PayPal site?
Or should I use the API that I create through my paypal account?
For Adaptive you need your API credentials and your App ID.
I know this question is old, but in case it comes in handy for anyone in the future, you'll need to login to your developers account and click classic APIs
I am developing a shopping cart and m using zencart for that. I use DPS payment gateway for payment handling. When user fills all the information, confirm them and process them - on successful payment it should be redirected to a partucular webpage of the site and somehow its not redirecting to that page. I am new to zencart so can anyone please help me where to configure redirect url in zencart or in DPS module.
Thank you for your help and time.
I used to work on Zen-Cart.. I know that the redirection page is set in the Payment Gateway control panel (settings).. Not in your module config.
So, login to your DPS account and try to find your payment settings for redirection.