Link to home
Start Free TrialLog in
Avatar of MikeMiller
MikeMiller

asked on

ASP.NET Authorize.NET Gateway - Credit Card Payments

I am having a hard time find code examples, tutorials, or any resources for using ASP.NET to submit credit card payments to the Authorize.NET payment gateway.

I want to have a custom control that I can edit to include more descriptive errors for declines, etc.

Authorize.NET has no documentation for it and they only have code samples for standard ASP.

Does anyone have some code they can share or links to good tutorials and/or resources?

Thanks
Mike Miller
ASKER CERTIFIED SOLUTION
Avatar of AerosSaga
AerosSaga

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AerosSaga
AerosSaga

Note I have some additional classes such as additional information that you will need to create on your own.
Avatar of MikeMiller

ASKER

Awesome. Thank you!
Your welcome my friend.

Regards,

Aeros
Aeros

How did you write the classes for example: Address?

LuckyInc
I want to know too.

Paste the code! hehe

I ended up using a lot of that code, but just put it directly into the page. I am starting to get a firm grasp of .NET and classes, so i want to write it well and have stuff like auhtorize.net shared as a common class.

I would like to see the syntax of how it's called as well.
Mike,

How did you call your data from your webform to the class?

THanks
LuckyInc