On 7/22/07, Greg <[EMAIL PROTECTED]> wrote:
>
> Is there any documentation on how to send form data to a Authorize.net
> from within a Django view?

I've done this from a Java webapp we have here.  It's mostly just XML
datagram forming and parsing, using standard HTTP libs for POSTing.  I
don't think you'll run into anything in django that will help you out
or hold you back.

I'd check out the Authorize.net XML guide.  It's a pretty
straightforward, albeit klunky, process.

-- 
Kevin

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

Reply via email to