You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Denise Mangano <De...@complusdata.com> on 2003/01/14 03:57:23 UTC

[OT] Question regarding payment processing

My apologies in advance for posting a non-Tomcat issue...

I know this question is not directly related to Tomcat, but since JSP &
servlets are popular technologies used for payment processing over the
internet, and Tomcat appears to be the most widely used server to implement
this, I just had to give this list a try...

Has anyone had any experience processing credit card payments through Chase
ClearCommerce Global Gateway (particularly writing JSP to process these
transactions)?? If so I have a few programming questions that "tech support"
only seems to answer with business logic.  I would really appreciate it if
anyone has programmed applications for this gateway would email me off-list
so that I can ask some questions regarding what I should be concerned with
from a programming perspective.

Again, sorry for posting this, but I'm at my wits end...

Sincerely,
Denise

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [OT] Question regarding payment processing

Posted by "Noel J. Bergman" <no...@devtech.com>.
Denise,

I haven't done Chase's gateway specifically, but I've done some others.
What's problems are you having?

One issue I encountered in the past is that some of the gateway mechanisms
will do a callback to one of your pages.  The catch is that you want to be
able to re-associate the session, but you won't get a session cookie.  In
the past, I was able to do that by explicit URL rewriting.  I haven't tried
it with recent versions of tomcat, but I should still have an example of
that technique around here somewhere.

	--- Noel


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [OT] Question regarding payment processing

Posted by Jason Pyeron <ja...@pyeron.com>.
We deal with things like this, if you want feel free to contact us, we 
would be happy to answer a few questions to get you on your way.

On Mon, 13 Jan 2003, Denise Mangano wrote:

My apologies in advance for posting a non-Tomcat issue...

I know this question is not directly related to Tomcat, but since JSP &
servlets are popular technologies used for payment processing over the
internet, and Tomcat appears to be the most widely used server to implement
this, I just had to give this list a try...

Has anyone had any experience processing credit card payments through Chase
ClearCommerce Global Gateway (particularly writing JSP to process these
transactions)?? If so I have a few programming questions that "tech support"
only seems to answer with business logic.  I would really appreciate it if
anyone has programmed applications for this gateway would email me off-list
so that I can ask some questions regarding what I should be concerned with
from a programming perspective.

Again, sorry for posting this, but I'm at my wits end...

Sincerely,
Denise

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                   http://www.pyerotechnics.com   -
- Owner & Lead                  Pyerotechnics Development, Inc. -
- +1 410 808 6646 (c)           500 West University Parkway #1S -
- +1 410 467 2266 (f)           Baltimore, Maryland  21210-3253 -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you
have received it in error, purge the message from your system and 
notify the sender immediately.  Any other use of the email by you 
is prohibited.




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>