PayZippy is an India based payment gateway provider which enables you to securely accept Credit/Debit Card, Net Banking, EMI and Wallet payments on your CS-Cart / Multi-Vendor store.
Higher Conversions
Benefit from our smart transaction routing and intuitive payment experience, that drives higher success rates and lower cart abandonments for your online store.
User Experience Redefined
Let your customers enter their card details without leaving your website. Offer the fastest checkout experience by enabling your customers to use their cards saved in their PayZippy wallet.
Great Merchant Support
We bring Flipkart's customer obsessed service and learnings from solving payment issues. We are available 9 AM to 9 PM, all days of the week.
100% Secure
PayZippy has undergone stringent security audits (including PCI DSS) by industry experts. PayZippy's real time risk engine analyses every transaction across 50+ risk parameters and notifies you about suspected fraudulent transactions by email/sms.
Simple Transparent Pricing
No setup fee, no annual maintenance fee, no hidden charges. Pay less as you grow.
NOTES:
The installation package will be available for download on the Order detail page
The module implements only basic integration. We did not implement additional services like refunds, recurring billing, e.t.c. If you need them or want us to adapt this module to another CS-Cart/ Multi-Vendor version, feel free to contact us.
- 4.0.X
- 4.1.X
- 4.2.X
- 4.3.X
- 4.4.X
- 4.5.X
- 4.6.X
- 4.7.X
- 4.8.X
- 4.9.X
- 4.10.X
- 4.11.X
- 4.12.X
- 4.13.X
- 4.14.X
- 4.15.X
No posts found
Regular customers can always count on participating in the eCom Labs loyalty program.
To instlall the module please perform the following steps:
- Download the installation archive for the "PayZippy Redirect" module
- Put it to the root directory of your CS-Cart or Multi-Vendor installation and unpack it there
- Log in the administration panel and go to the Administration -> Database page
- Restore the ecl_payzippy.sql file on the Restore tab
- Go to the Administration -> Payment methods and add new payment method
- The PayZippy variant should be selected for the Processor setting
IMPORTANT NOTE: In order to let script correctly process the response data from PayZippy server, it is required to open the CSCART_DIR/init.php file and replace this part of code
if (isset($_REQUEST['version'])) {
with this one:
if (isset($_REQUEST['version2'])) {
In other case, the used CS-Cart / Multi-Vendor version will be displayed to the customer instead of the Order landing page after the payment is completed.