cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate CIM with asp.net

hi we want to implemet the payment gate way usingthe CIM method.I m already downloaded the soap sample code for CIM method can any one please tell me how to make use of this code. we are already have MerchantAccountName and 

MerchantTransactionKey. please tell me how to start we are developing using asp.net.please giv me complete step by step instuctions im new to this.....

gorusivakumar
Member
1 ACCEPTED SOLUTION

Accepted Solutions

Assuming you are using a TEST account. and you download the c# sample code and not the SDKs.

 

Open the project/solution. There is a SoapAPIUtilities.cs file.

Update the "YourMerchantAccountName" and "YourMerchantTransactionKey" with you ID and Key.

After that you can run the project in debug and see what it going on.

 

The SOAP documentation pdf is a good place to start.

Download it at http://developer.authorize.net/api/cim/

 

 

 

 

 

View solution in original post

RaynorC1emen7
Expert
1 REPLY 1

Assuming you are using a TEST account. and you download the c# sample code and not the SDKs.

 

Open the project/solution. There is a SoapAPIUtilities.cs file.

Update the "YourMerchantAccountName" and "YourMerchantTransactionKey" with you ID and Key.

After that you can run the project in debug and see what it going on.

 

The SOAP documentation pdf is a good place to start.

Download it at http://developer.authorize.net/api/cim/

 

 

 

 

 

RaynorC1emen7
Expert