Hi all,
I am new to Authorize.Net. I am trying to find any documentation in the steps required to implement Voice Authorization in AIM. I created a Console App in C# to create transactions using AIM and it works fine. I am using the Authorize and Capture transaction type.
The only reference to Voice Authorization that I found was mentioned when using the Capture Only transaction type. But I can't find any more requirements when creating a transaction that uses a Voice Authorization.
Can anyone point me to the document that describes the steps I need for Voice Authorization? If there is not much to it, maybe you can list them as the answer.
Thanks!
Solved! Go to Solution.
01-13-2014 11:26 AM - edited 01-13-2014 11:28 AM
Here is min required fields for each transaction type
almost like Authorization and Capture, just add one more field x_auth_code=????
01-13-2014 12:00 PM - edited 01-13-2014 12:02 PM
Here is min required fields for each transaction type
almost like Authorization and Capture, just add one more field x_auth_code=????
01-13-2014 12:00 PM - edited 01-13-2014 12:02 PM
So the transaction type (x_type) = Capture Only, then add the authorization code (x_auth_code).
Thanks!
01-13-2014 12:15 PM - edited 01-13-2014 12:16 PM