Re: authorize.net integration
Re: authorize.net integration
- Subject: Re: authorize.net integration
- From: Michael Engelhart <email@hidden>
- Date: Thu, 23 Sep 2004 14:56:27 -0500
THe AIM method is oddly named as it's basically just an HTTP GET
request that you send to their secure servers. Nothing really
advanced as far as I'm concerned but that's just me :-)
There's a whole document you can get from Authorize.net that descibes
the process in detail but that's what it boils down to.
Essentially you just need to create a URL with the proper
parameter/value pairs and pass it to a
java.net.ssl.HttpsURLConnection. there's really nothing to it. Then
you read their response which is just a CSV string that you parse and
determine if there was an error or success.
Mike
On Sep 23, 2004, at 2:42 PM, Kieran Kelleher wrote:
Thanks for the reply Bill, but I am using MySQL. The db is used for
data storage only. The credit card transactions need to be done inside
my WebObjects app.
Specifically I want to use the AIM (Advanced Integration Method)
described by authorize.net.
-K
On Sep 23, 2004, at 3:22 PM, Bill Reynolds wrote:
I’m not certain which Dbase you are using, but I believe OpenBase has
some built-in processing capabilities (if this is any help).
-Bill
on 9/23/04 12:08, Kieran Kelleher at email@hidden wrote:
Any pointers on where I could get resources to integrate credit card
processing (for example using authorize.net). By resources, I mean
sample code, classes, how-to's, etc.
Any help appreciated,
Kieran
________________________________________________________________
Dev Config = OS X 10.3.4 / Java 1.4.2_05 / WO 5.2.3 / XCode v1.5 /
MySQL 4.0.20 / Connector-J 3.0.11
Deploy Config = OS X 10.3.4 Server / Java 1.4.2_05 / WO 5.2.3 /
MySQL 4.0.20 / Connector-J 3.0.11
My Blog: http://webobjects.webhop.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden