Payment Plugin Documentation?

Discussion in 'Payments processing' started by thors1982, Apr 26, 2010.

  1. thors1982

    thors1982 Member

    Joined:
    Apr 16, 2010
    Messages:
    43
    Is there any kind of payment plugin documentation, the gateway i am trying to use is not supported and I was trying to write a payment plugin to work with amember. Any information at all will be appreciated.

    Thanks
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    No unfortunately there is no such docs.
    There are different classes depending on how payment system works. The best way is to take existing plugin that work similar way as example and modify it.
  3. thors1982

    thors1982 Member

    Joined:
    Apr 16, 2010
    Messages:
    43
    Thanks for the reply alexander.

    Do you or anyone else know of a plugin that works like the following.

    Basically the form for credit card processing sits on our site.
    The form however posts to their site. With specific data in the form of course (keys, thanks url, amount, user_id, etc) along with all the cc, name address.

    Then their site posts it back to the "thanks url" passed in with information like (errors, amount, transaction id, etc)

    Again any guidance would be greatly appreciated.
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Are you sure it will not post transaction status back to amember in the same connection?
    Most payment systems do this.

Share This Page