Re: [Wonder-disc] accept credit cards...a WO solution...
Re: [Wonder-disc] accept credit cards...a WO solution...
- Subject: Re: [Wonder-disc] accept credit cards...a WO solution...
- From: Kieran Kelleher <email@hidden>
- Date: Sun, 14 Aug 2005 15:25:44 -0400
Nathan,
A common situation seems to be that online processing services operate
by being sent a HTTPS POST request containing key-value pairs having
merchant id, merchant passcode, amount and other transcation details.
Then a response is received back often in the form of text content
having key-value pairs indicating approval, transaction IDs, etc. The
merchant usually provides an API spec for the key-value pairs for
submissions and responses.
WebObjects is java, so you can use any java classes in your code to do
this whether it is opening sockets and writing data yourself or using
excellent libraries such as Jakarta HttpClient. You may need to
consider multi-threaded issues though since sometimes responses can
take more than the application lifebeat interval of 30 seconds.
Try ViaKlix .... they give you a free developer account for testing.
-Kieran
On Aug 14, 2005, at 12:37 PM, Nathan Walker wrote:
this is a webobjects question in terms of what is available out there
that will interface with WO easily. I know Project Wonder has the
WOPayPal framework, but I'd like to hear from any of you who have
dealt a lot with accepting credit card payments online with a WO
solution.
This is a solution for myself, so I am looking for the lowest
transaction fee of course, which I've looked at charge.com,
paypal.com, and it seems incredibly expensive. Does anybody have any
advice as far as a good low cost solution that will be easy to work
with WebObjects ?
Thanks,
nathan
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle
Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing
& QA
Security * Process Improvement & Measurement *
http://www.sqe.com/bsce5sf
_______________________________________________
Wonder-disc mailing list
email@hidden
https://lists.sourceforge.net/lists/listinfo/wonder-disc
_______________________________________________
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