Hi,
First time here. I've tried Googling, reading the Actinic guides, and searching the community here but haven't yet found anything relevant.
We have a client currently using Actinic 8.5 multi-user. Payments are handled by the Java applet; as I understand it the card details are encrypted by the applet and sent along with details of the order to an Actinic server. Later our client logs on to the Actinic server collects details of the order and runs the credit card details through his PDQ machine.
When I look at the source code of the page the Java applet sits in I see that a large number of parameters are passed to it, and therefore we could in principle create a page ourselves with a correct set of parameters and thereby set up a payment independently of the Actinic shopping cart.
Is there any documentation for the applet parameters? Or is the only way of finding out to examine the source code that puts this page together?
The client wishes to stick with the current system of accepting payments as it is the most cost-effective from his point of view. He says that the percentage he is charged for a credit card transaction is the standard cardholder-not-present charge, rather than the higher "internet transaction" charge that other payment providers ask for.
But on the other hand there is a requirement for generating orders / accepting payments independently of the actinic cart.
I hope I've explained the situation well enough to make sense.
First time here. I've tried Googling, reading the Actinic guides, and searching the community here but haven't yet found anything relevant.
We have a client currently using Actinic 8.5 multi-user. Payments are handled by the Java applet; as I understand it the card details are encrypted by the applet and sent along with details of the order to an Actinic server. Later our client logs on to the Actinic server collects details of the order and runs the credit card details through his PDQ machine.
When I look at the source code of the page the Java applet sits in I see that a large number of parameters are passed to it, and therefore we could in principle create a page ourselves with a correct set of parameters and thereby set up a payment independently of the Actinic shopping cart.
Is there any documentation for the applet parameters? Or is the only way of finding out to examine the source code that puts this page together?
The client wishes to stick with the current system of accepting payments as it is the most cost-effective from his point of view. He says that the percentage he is charged for a credit card transaction is the standard cardholder-not-present charge, rather than the higher "internet transaction" charge that other payment providers ask for.
But on the other hand there is a requirement for generating orders / accepting payments independently of the actinic cart.
I hope I've explained the situation well enough to make sense.
Comment