On Thu, Aug 1, 2013 at 9:18 PM, steve jobs <stevejobstestemai...@gmail.com>wrote:
> I am using django and designed a website, and now i got to implement > payment gateway functionality. > > Actually how to integrate a django app with payment gateways ? > Whether there are any packages already available to get an idea because i > am completely > new in implementing this ? > Particularly i want to integrate my app with EBS payment gateway, so can > anyone point me > in a right direction like > > 1. what needs to be done in order to integrate a `django web app with > payment gateway` ? > Broadly: you make HTTP requests on specific URLs, providing data in a documented format, and you set up views to handle responses. However, the specifics are going to vary widely depending on the payment gateway you choose to use. 2. Whether there is any code already available to save time and extend it ? > 3. If possible please point me to some code examples that explains the > integration of `django` > app with `payment gateways` Your best starting point is going to be: https://www.djangopackages.com/grids/g/payment-processing/ A Google search for "django payment gateway" or "django <nam of your chosen gateway>" will also reveal a lot of help. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.