Installation guide
You must have created a UNIFIEDPURSE Account before using this plugin.
CONTENTS
- Description
- Server Requirements
- New Installation Instructions
- Configure the module
======================================================================== DESCRIPTION
This is a payment module developed to work with WHMCS for the UnifiedPurse (unifiedpurse.com) online payment system. With this, payments can be made on your site using UnifiedPurse.
======================================================================== SERVER REQUIREMENTS
- PHP 5.x or later (with the function file_get_contents() enabled
- Curl Support (with SSL)
- Ioncube Loaders Support
If you already have a working WHMCS installation then you should have the minimum requirements needed. Ensure you have the right PHP version.
======================================================================== NEW INSTALLATION INSTRUCTIONS
-
Upload "whmcs/modules/gateways/unifiedpurse.php" to the corresponding location on your site.
Example: If your whmcs is installed in a folder called "billing", the corresponding location will be "billing/modules/gateways/". If your whmcs is installed on the root of your site, the corresponding location will be "modules/gateways/"
-
Upload "whmcs/modules/gateways/callback/unifiedpurse.php" to the corresponding location on your site.
Example: If your whmcs is installed in a folder called "billing", the corresponding location will be "billing/modules/gateways/callback". If your whmcs is installed on the root of your site, the corresponding location will be "modules/gateways/callback"
-
Upload whmcs/payment_complete.php to the corresponding location on your site.
Example: If your whmcs is installed in a folder called "billing", the corresponding location will be "billing/payment_complete.php". If your whmcs is installed on the root of your site, put the file on the root folder.
-
Upload whmcs/templates/your_template_folder/payment_complete.tpl to the corresponding location on your site.
Example: If your whmcs is installed in a folder called "billing", the corresponding location will be "billing/templates/your_template_folder/payment_complete.tpl". **Replace "your_template_folder" with the name of your template folder.
======================================================================== CONFIGURE THE MODULE
-
Log into your WHMCS Admin area.
-
Goto Setup > Payment Gateways
-
Click the "Activate Gateway" dropdown menu.
-
Choose "UnifiedPurse" from the list and click "Activate"
-
You should now see "UnifiedPurse Online Payment" as part of the activated gateways.
-
Input your merchant ID and Notification URL into the space provided and save changes. **The Notification URL should be the full path to the "callback/unifiedpurse.php" file.
Example: If your whmcs is installed in a folder called "billing", http://www.your_domain.com/billing/modules/gateways/callback/unifiedpurse.php