Payment Gateway ( Malaysia )

Hi Admin, im new to Gibbon. I try to find is there anyway for us to integrate local payment system with Gibbon. We have few payment gateway option here in Malaysia such as Billplz.com / toyyibpay.com. How can we integrate that.

Regards,
Azim

Hi Azim, Since there are many different payment systems in the world, there isn’t a way to do so automatically. However as of Gibbon version 23, we are using the Omnipay gateway system. You can check out the API and list of community gateways: https://omnipay.thephpleague.com/gateways/community/ These aren’t available by default, but it could be possible for you to install and configure them by editing your src/Services/Payment/Payment.php script. In that script, there is an example of PayPal and Stripe integration. Omnipay also has documentation for creating your own payment gateway class: https://omnipay.thephpleague.com/gateways/build-your-own/