cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement Voice Authorization

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!

gloria10
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

Here is min required fields for each transaction type

http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=A_TransTypeFields.h...

 

almost like Authorization and Capture, just add one more field x_auth_code=????

View solution in original post

RaynorC1emen7
Expert
2 REPLIES 2

Here is min required fields for each transaction type

http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=A_TransTypeFields.h...

 

almost like Authorization and Capture, just add one more field x_auth_code=????

RaynorC1emen7
Expert

So the transaction type (x_type) = Capture Only, then add the authorization code (x_auth_code).

Thanks!