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
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.
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.
Are you sure it will not post transaction status back to amember in the same connection? Most payment systems do this.