Most of the payment gateways I've looked at in the past two years support something text or XML based over HTTPS. Having an Python specific API available makes it a little easier and/or more obvious, but it's definitely possible to write your own without that much hassle. For example. USA ePay uses a simple HTTP POST: http://www.usaepay.com/topics/api.html
Some gateways require you to use some binary extension module, but those have a C API that you could at least wrap with something like Pyrex. I doubt I'd use one of those gateways though. -bob On 12/14/06, Ian Wilson <[EMAIL PROTECTED]> wrote: > > Yeah wow get me on this thread. I am trying to use Authorize.net. I > had to just follow their api docs to connect but it seems to work(at > least in test mode so far). I had really no choice because the > company was already using Authorize.net. Does paypal have an API you > could just implement? > > -Ian > > > On 12/13/06, vinjvinj <[EMAIL PROTECTED]> wrote: > > > > I've narrowed it down to trustcommerce and paflow pro from paypal? > > Trustcommerce has a python interface, but I can't find any python > > interface for paypal's offering. > > > > Thanks for your suggestions. > > > > Vineet > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

