Forum Moderators: phranque

Message Too Old, No Replies

If JAVA turned off, will JAVA based payment gateway break

New Credit Card processor uses Java payment gateway

         

lgn1

4:34 pm on Apr 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Our new payment processor uses a JAVA based payment gateway.

My understanding is that since my web server is the JAVA client and the Credit Card Payment Processor is the the JAVA server, then the user cannot break the application, if they have JAVA turned off in their browser.

Correct me if im wrong.

stajer

4:42 pm on Apr 13, 2007 (gmt 0)

10+ Year Member



As long as you are not loading a java applet into the user's browser to process a payment, it won't matter. Your application problably hands off the txn info to a java component on your server which communicates with the processor's java server - none of that is dependent on the user's browser.