cancel
Showing results for 
Search instead for 
Did you mean: 

AIM Integration with ASP.Net

Hi,I am using vb.net website,I want to integrate Authorize.net there using AIM,I want to know steps to start.I read some articles and it seems first I need to created Test Account using SANDBOX and check there,Please confirm if I am correct,I got authorize.net login and transaction key. Please help.

su_smart
Contributor
7 REPLIES 7
RaynorC1emen7
Expert

Thanks for reply,I downloaded code from this link,https://github.com/AuthorizeNet/sample-code-csharp,Then I tried to run Samplecode.exe,There is inputed SampleCode ChargeCreditCard but nothing happened,Please see below what i executed in command promt:

 

SampleCode ChargeCreditCard

 

Code Sample Names:

ChargeCreditCard
AuthorizeCreditCard
CapturePreviouslyAuthorizedAmount
CaptureFundsAuthorizedThroughAnotherChannel
Refund
Void
DebitBankAccount
CreditBankAccount
ChargeCustomerProfile
ChargeTokenizedCard
ChargeEncryptedTrackData
ChargeTrackData
CreateAnApplePayTransaction
DecryptVisaCheckoutData
CreateVisaCheckoutTransaction
PayPalVoid
PayPalAuthorizeCapture
PayPalAuthorizeCaptureContinue
PayPalAuthorizeOnly
PayPalCredit
PayPalGetDetails
PayPalPriorAuthorizationCapture
CancelSubscription
CreateSubscription
CreateSubscriptionFromCustomerProfile
GetListOfSubscriptions
GetSubscriptionStatus
GetSubscription
GetUnsettledTransactionList
UpdateSubscription
CreateCustomerProfile
CreateCustomerPaymentProfile
CreateCustomerShippingAddress
DeleteCustomerProfile
DeleteCustomerPaymentProfile
DeleteCustomerShippingAddress
ValidateCustomerPaymentProfile
UpdateCustomerShippingAddress
UpdateCustomerProfile
UpdateCustomerPaymentProfile
GetCustomerShippingAddress
GetCustomerProfileId
GetCustomerProfile
GetHostedProfilePage
GetCustomerPaymentProfile
GetCustomerPaymentProfileList
DeleteCustomerShippingAddress
DeleteCustomerProfile
DeleteCustomerPaymentProfile
CreateCustomerShippingAddress
CreateCustomerProfileFromTransaction
GetBatchStatistics
GetSettledBatchList
GetTransactionDetails
GetTransactionList
UpdateSplitTenderGroup

Type a sample name & then press <Return> : SampleCode ChargeCreditCard
Usage : SampleCode [CodeSampleName]

Run with no parameter to select a method. Otherwise pass a method name.

Code Sample Names:
ChargeCreditCard
AuthorizeCreditCard
CapturePreviouslyAuthorizedAmount
CaptureFundsAuthorizedThroughAnotherChannel
Refund
Void
DebitBankAccount
CreditBankAccount
ChargeCustomerProfile
ChargeTokenizedCard
ChargeEncryptedTrackData
ChargeTrackData
CreateAnApplePayTransaction
DecryptVisaCheckoutData
CreateVisaCheckoutTransaction
PayPalVoid
PayPalAuthorizeCapture
PayPalAuthorizeCaptureContinue
PayPalAuthorizeOnly
PayPalCredit
PayPalGetDetails
PayPalPriorAuthorizationCapture
CancelSubscription
CreateSubscription
CreateSubscriptionFromCustomerProfile
GetListOfSubscriptions
GetSubscriptionStatus
GetSubscription
GetUnsettledTransactionList
UpdateSubscription
CreateCustomerProfile
CreateCustomerPaymentProfile
CreateCustomerShippingAddress
DeleteCustomerProfile
DeleteCustomerPaymentProfile
DeleteCustomerShippingAddress
ValidateCustomerPaymentProfile
UpdateCustomerShippingAddress
UpdateCustomerProfile
UpdateCustomerPaymentProfile
GetCustomerShippingAddress
GetCustomerProfileId
GetCustomerProfile
GetHostedProfilePage
GetCustomerPaymentProfile
GetCustomerPaymentProfileList
DeleteCustomerShippingAddress
DeleteCustomerProfile
DeleteCustomerPaymentProfile
CreateCustomerShippingAddress
CreateCustomerProfileFromTransaction
GetBatchStatistics
GetSettledBatchList
GetTransactionDetails
GetTransactionList
UpdateSplitTenderGroup
Code Sample Names:

Press <Return> to finish ...

And you did do the step 2 here?

http://developer.authorize.net/hello_world/

Actually I have downloaded entire code with file name sample-code-csharp-master and i checked this with class ChargeCreditCard ,I am not sure how to call that method,when I run entire project then console come and ask me to input sample name then i inputed sample like sample ChargeCreditCard and nothing happened,So it seems method not calling.I also can not find where to put API login and transaction key. Can i copy that code into my website and try to use that?Please reply.

I am waiting for reply,Please help.

Hello @su_smart

 

Did you install the C# SDK?

 

PM> Install-Package AuthorizeNet

Richard 

Hi,I already executed that command and that code working without error,But I want to know that How i can integrate particular method in my asp.net website code.I am looking to use AIM,the code which is running is not accepting method name and doing nothing,Please guide me.