I'm doing an e-commerce website which use django-oscar 0.6. I have to integrate AMERICAN EXPRESS payment source with this project. Is there any existing packages available already like django-oscar-paypal, or i have to build a new app from the scratch. I tried searching all over the internet but code for python and django was not found.
Asked
Active
Viewed 410 times
0
-
You have to write it yourself. Start [here](https://gateway-na.americanexpress.com/api/documentation/integrationGuidelines/directPayment/integrationModelDirectPayment.html?locale=en_US) – Burhan Khalid Jan 29 '14 at 06:17
-
you can use authorize.net API too – drabo2005 Jan 29 '14 at 07:07
1 Answers
0
Try sagepay-payment-gateway. It can be integrated with your E-commerse. It supports AMERICAN EXPRESS too
http://sagepay-payment-gateway-package-for-django-oscar.readthedocs.org/en/latest/sandbox.html

Christo Jose
- 325
- 4
- 16