This to integrate Pabbly Subscription Billing with CHIP Payment Gateway.
Reference: https://apidocs.pabbly.com/
To integrate with multiple pabbly subscription billing accounts:
- Clone the whole project to new directory.
- Use different database or same database with different prefix
- PHP version 7.4 or greater.
- MySQL version 5.7 or greater OR MariaDB version 10.3 or greater.
- HTTPS support
- Download and unzip this repository if you haven’t already.
- Create a database for Pabbly on your web server, as well as a MySQL (or MariaDB) user who has all privileges for accessing and modifying it.
- Find and rename auth-sample.php to auth.php, then edit the file and add:
- Pabbly API Key and Secret
- CHIP Secret Key and Brand ID
- Database information
- Installation URL. Example:
https://www.yoururl.com/hostedpage.php
. - (Optional) Database Prefix
- Upload all files to the desired location on your web server.
- Go to Pabbly Subscriptions -> Settings -> Payment Gateway Integration -> Custom Connect Now
- Set Gateway status: Activate
- Gateway name: CHIP (or anything that suit to your needs)
- Gateway URL: Installation URL with ending /hostedpage.php. Example:
https://www.yoururl.com/hostedpage.php
Facebook: Merchants & DEV Community