AbanteCart Community

AbanteCart Development => Extensions and Add-Ons => Payment Modules => Topic started by: donthecat on March 13, 2018, 05:49:17 AM

Title: Need help with external Payment Gateway integration
Post by: donthecat on March 13, 2018, 05:49:17 AM
I've affiliated with EaseBuzz, an Indian Payment Gateway provider...

They have provided me with an API Integration Kit.

However, I'm not able to figure out which file in AbanteCart to EDIT to allow integration of the same. Pls direct if there is already a Topic in the Forum. Thanks

Admin : I've also referred them to AbanteCart ... I can give you the Contact emails of the Dev head if someone can PM me for it...
Title: Re: Need help with external Payment Gateway integration
Post by: Basara on March 13, 2018, 08:53:00 AM
Hello.

You need some knowledge of PHP to archive this. For reference check how other payment gateways working, find similar to yours
https://github.com/abantecart/abantecart-src/tree/master/public_html/extensions
https://abantecart.atlassian.net/wiki/spaces/DOC/pages/17727622/Extension+s+Developer+Guide
Title: Re: Need help with external Payment Gateway integration
Post by: donthecat on March 13, 2018, 03:13:54 PM
Thanks, Basara....

I've been coding with php for the last 10 years, so I guess I should be able to figure it out  8)

I'm also trying to create an extension... Cheers