Custom gateways

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #11200
    Neven Savanovic
    Participant

      Can we get some documentation how to make a custom payment gateway ?

      #11205
      Olly
      Admin & Mod

        the next version will have a skeleton gateway included in the add-on directory

        #11212
        Neven Savanovic
        Participant

          When will be thet? I need it ASAP ?

          #11214
          Olly
          Admin & Mod

            as a quick fix , download it here :
            https://www.wp-pizza.com/wp-content/uploads/2015/07/wppizza-gateway-mygateway.zip

            unzip and replace ALL instances of “mygateway” in all files and edit the rest as required such as the dummy vars in gateway_process_payment and the response handling (gateway_handle_response) etc

            #11215
            Olly
            Admin & Mod

              for the time being:

              wppizza-gateway-mygateway.zip

              basic skeleton gateway to implement your own gateway credit card implementation according to your gateway API

              unzip and replace filenames and instances of “mygateway” as required and place into your plugins directory

              read the comments in the files, update/edit/changes as necessary

              currently only documented for hosted payment pages (i.e redirection to gateway for payment) – ajax overlay docs will follow in due course

              although gateway implementation may change in the future , i will still cater for this way of implementaion if at all possible

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Custom gateways’ is closed to new replies.