Viewing 1 replies (of 1 total)
  • Plugin Author myCred

    (@designbymerovingi)

    Hey afrovoodoo

    As soon as I have the time I will be creating a few new tutorials on our website where I will go though how the Gateway API works in myCRED. The myCRED_Payment_Gateway is the gateway class used by all currently supported gateways so it is an important one to know.

    However if you want to build your own, check out how the existing gateways work.

    There are mainly two types of gateways:

    a) Information collected locally (on your site) and transmitted to a processor (i.e. NETbilling and Zombaio).
    b) Information collection and processing is handled remotely (i.e. PayPal and Skrill).

    So you would want to start by figuring out which of these two you want / need. If you need to collect payment details locally (i.e. a users credit card info) and transmit it to a processor then I suggest NETbilling as a good place to start. On the other hand if all that is handled by your processor then PayPal is a good one to check out.

    All gateways are located in: plugins/mycred/addons/buy-creds/gateways/

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Payment gateway integration’ is closed to new replies.