This VivaWallet Drupal 7 - Ubercart 3 payment gateway is designed for making credit card payments through Viva Payments.
This payment gateway uses the redirect method where the user is redirected to the processing site (Viva Payments) to make the actual payment.
After payment verification, Viva Payments notifies the merchant's e-commerce site and returns the customer back to it. This process is transparent for the customer. The merchant can then connect to his Viva Payments backoffice to administer his payments.
Licensed per domain, write the domain name(s) on payment page.
You will receive the module by e-mail after your payment.
Compatible with Drupal 7 – UberCart 3
The package includes installation instructions.
VivaWallet - vivapayments.com
Server requirements: PHP 5.2+ / ionCube loader
Plugin version: 4.12.2
Last plugin update: 22-03-2021
Installation Instructions:
-If applies, uninstall previous installed Vivawallet Payment module (admin/modules)
-Upload (ftp/ssh) the uc_vivawallet directory with its content to:
(drupal installation)sitesallmodulesubercartpayment
-Enable the Vivawallet payment module (admin/modules)
-Enable and configure the Vivawallet payment module (store/configuration/payment methods)
-Set a new source in the Vivawallet backoffice with following success / fail links:
Success page:
cart/vivawallet/complete?success
Failure page:
cart/vivawallet/error?fail
Vivawallet setup:
You can find your Merchant ID and API Key when you login your business account under Settings - API Access.
To connect the plugin with your e-commerce platform and Vivawallet you would have to create a new Payment Source in your Vivawallet business account, use the generated source code (usually a four digit number) in the plugin settings.
You can create a new Payment Source from the menu My Sales - Payment Sources - New Website/App.
Code - use this code in your plugin
Source Name - provide a logic name here
Linked Wallet - link the payment source to the wallet you want to use with it
Protocol - in case your e-commerce platform uses SSL on the checkout select https, otherwise use https
Integration method - redirection
Company Logo - your png company logo to display on the Vivawallet payment page
Success URL - as described in the plugin instructions
Failure URL - as described in the plugin instructions
Advanced Configuration - usually no need to make any changes here
Wait until Vivawallet has activated your newly created Payment Source before activating the plugin in your e-commerce platform.