How to add a new payment gateway to membership plugin?

I want to add a new payment gateway (i.e CCAvenue India) to the membership plugin. Can anyone please guide me with this?

This is very important to me and very urgent.

  • Arun Basil Lal
    • New Recruit

    Hey there,

    Welcome to the Community!

    You would have to custom code it, you can use an existing payment gateway in the wp-contentpluginsmembershipmembershipincludesgateways folder as an example.

    I have seen our developer recommend the PayPal Express gateway as the ideal model: gateway.paypalexpress.php

    Once you have the gateway ready, just place it in the same folder and our plugin will detect it :slight_smile: