Hello,

We are using Authorize.Net and trying to integrate some of it's features with our website.

We need to get some info about the transaction, like:
- Response Code
- Description
- Cardholder First Name
- Cardholder Last Name
- Email

Then, based on the Response Code and Description, we want to generate a product key using Cardholder First Name and Cardholder Last Name, send the key by Email, and update our database. I think this setup (or similar) is typical for businesses.

Now, the request gets sent by Zen Cart which connects to Authorize.Net service. Does anybody know how to get the information above from Zen Card after the purchase was made and pass it to the Java code?

Thank you for your help,

Roman