Hi,
I want to integrate Payment "Recurring Subscription" with my C# application(I am using Authorize.NET SDK https://github.com/AuthorizeNet/sdk-dotnet ). For this I am using Authorize.NET ARB.
In my case when the Employee signup I need to create an profile for that user using ARB service.
Before creating the Profile I need to check if the entered credit card is valid. Please note I dont want the validation for the format.
Actualy in my SignUp Process I have two pages. In the first page what I need is to Validate the credit card (Please note at this point I have not created any profile for that User In ARB.) and in the second page I will create the profile using ARB.
Is there some way that I could do Credit Card Authorizing.
Thanks for any help.
Thanks
Vino
Solved! Go to Solution.
06-16-2014 12:03 PM
Use AIM to create a auth_only 0.01 transaction.
06-16-2014 12:51 PM
Use AIM to create a auth_only 0.01 transaction.
06-16-2014 12:51 PM
Thanks for the reply. Could you please explain 0.01 transaction in your statement "Use AIM to create a auth_only 0.01 transaction."
06-17-2014 01:15 AM
AIM doc is here http://developer.authorize.net/api/aim/
06-17-2014 04:08 AM