Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8452 > unrolled thread

Re: Online payment

Started byMichael Hrivnak <mhrivnak@hrivnak.org>
First post2011-06-25 16:07 -0400
Last post2011-06-25 16:07 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Online payment Michael Hrivnak <mhrivnak@hrivnak.org> - 2011-06-25 16:07 -0400

#8452 — Re: Online payment

FromMichael Hrivnak <mhrivnak@hrivnak.org>
Date2011-06-25 16:07 -0400
SubjectRe: Online payment
Message-ID<mailman.408.1309032440.1164.python-list@python.org>
There are many open-source options that you should consider before
deciding to write your own.  For example, Satchmo:
http://www.satchmoproject.com/

Also, don't be afraid to integrate with something not written in
python.  If you can find something with a nice API that meets your
needs, it's probably worth using it rather than write your own from
scratch.

If you do write your own, you need to decide on a merchant services
provider.  They all have different APIs.  Obviously you don't want to
design the software to be tied to one provider, but getting a feel for
what the common workflow is by examining several APIs will help you
determine what needs to happen on your end.

Also, if you want to use a merchant services provider that isn't
paypal, it is likely that you'll need to put your software through an
expensive certification process before a provider will allow you to
process transactions.  The credit card industry takes the security of
credit card data very seriously, so they don't want transactions being
handled by just any one-off amateur software (not that you would write
amateur software, but you might have to prove that you didn't).  I
have experience with this in the US, but if you operate outside the
US, you may be subject to different levels of regulation.

Michael


On Fri, Jun 24, 2011 at 9:10 PM,  <hidura@gmail.com> wrote:
> Hello i want to create a shopping cart for my web-site, to receive payments
> from credit cards, how can i do this? where i can start to investigate? I
> did all the web-site using Python-3.
>
> Thanks!!!
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web