Hi guys,
So I'm working on an app in Django, however this is my first time venturing into advance integration for a webapp with payment systems (I used to work with paypal/2checkout so it was pretty no-skill-required).
My partners have chosen PaymentExpress, and there are several sets of API (all of which are pretty new to me) and they are as follows (http://www.paymentexpress.com/products/ecommerce/merchant_hosted.html)
1) PXPost 2) Software toolkit 3) Web Service
I would like to pick the brains of the many experts in this area, on what these various APIs are useful for and their disadvantages.
Of course, if there is a ready Django Pluggable/Snipplet that works with one of the above APIs above, I am open to exploring them too.
Thanks in advance!