On Feb 15, 9:46 pm, mobil <[EMAIL PROTECTED]> wrote:
> WHat is the best way to accept credit card payments using webpy python
>
> What is the best api you have used so far?
>
> Paypal
> Authorize.net
>
> Please point to python libraries or webpy samples thanks

I have developed an online shop using web.py (by the way, thanks for
webpy). For Creditcard Payment I had to implemt the API of the online
payment provider (mpay24.com in this case - an austrian company).
Everything is done in Python using webpy as the webframework, database
is PostgreSql and for the templates I am using cheetah.
So, I think for small online payment providers you have to implement
the API yourself. Huge Providers mybe provide for an API (maybe in
python).

You can have a look at the shop via : http://www.dankebauer.com/shop

Erwin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to