Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

CHIPAsia/pabbly-subscription-chip-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pabbly Subscription Billing X CHIP

This to integrate Pabbly Subscription Billing with CHIP Payment Gateway.

Reference: https://apidocs.pabbly.com/

Multiple Pabbly Subscription Billing Account

To integrate with multiple pabbly subscription billing accounts:

  • Clone the whole project to new directory.
  • Use different database or same database with different prefix

System Requirements

  • PHP version 7.4 or greater.
  • MySQL version 5.7 or greater OR MariaDB version 10.3 or greater.
  • HTTPS support

Installation

  1. Download and unzip this repository if you haven’t already.
  2. 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.
  3. 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
  4. Upload all files to the desired location on your web server.

Configuration

  1. Go to Pabbly Subscriptions -> Settings -> Payment Gateway Integration -> Custom Connect Now
  2. Set Gateway status: Activate
  3. Gateway name: CHIP (or anything that suit to your needs)
  4. Gateway URL: Installation URL with ending /hostedpage.php. Example: https://www.yoururl.com/hostedpage.php

Other

Facebook: Merchants & DEV Community

About

Integrate Pabbly Subscription Billing Form with CHIP

Topics

Resources

License

Stars

Watchers

Forks

Languages