Integrating POS terminal (credit card reader) with oracle forms over RS232
Hello..
If someone need a code (bean) to integrate the pos terminal inside Oracle forms with PJC just send me email. ( peterv##in2.si)(replace the ## with @)
I have a Hypercom terminal M4230 model connected via RS232 cable to the PC.
The bean is a simple java panel with some input and output parameters.
The oracle forms application generates transaction message to the POS terminal.
The POS terminal will acknowlwdge the request prior to processing the transaction.
The POS terminal receives this transaction and initiates the trasnasction process. The transaction amount is included in this message and all other data required will be prompted on
the POS terminal. The POS terminal examines the content of the transaction request, asks for not given values (like: Card number) and performs the authorization operations (e.g: ask for PIN code, performs authorization call, check stoplists...). The POS terminal sends the transaction description back to the PJC component with an transaction response including authorization code or deny message..
regards
Peter Valencic
Edited by: Peterv6i on Nov 6, 2009 3:56 PM