- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.....
Solved! Go to Solution.
10-07-2011 08:45 AM - last edited on 10-07-2011 09:53 AM by Michelle
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
10-07-2011 12:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
10-07-2011 12:11 PM
