veritrans / vt-web-whmcs

MIT License
0 stars 1 forks source link

WHMCS Sample Third Party Payment Gateway Module

Summary

Payment Gateway modules allow you to integrate payment solutions with the WHMCS platform.

There are two types of gateway module:

The sample files here demonstrate how we suggest a Third Party Payment Gateway module for WHMCS be structured and implemented.

For more information, please refer to the documentation at: http://docs.whmcs.com/Gateway_Module_Developer_Docs

Recommended Module Content

The recommended structure of a third party gateway module is as follows.

 modules/gateways/
  |- callback/gatewaymodule.php
  |  gatewaymodule.php

Minimum Requirements

For the latest WHMCS minimum system requirements, please refer to http://docs.whmcs.com/System_Requirements

We recommend your module follows the same minimum requirements wherever possible.

Useful Resources

WHMCS Limited