cancel
Showing results for 
Search instead for 
Did you mean: 

Clarification needed on how to Do Credit Card Authorizing.

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

vinok0489
Member
1 ACCEPTED SOLUTION

Accepted Solutions
RaynorC1emen7
Expert
3 REPLIES 3

Use AIM to create a auth_only 0.01 transaction.

RaynorC1emen7
Expert

Thanks for the reply. Could you please explain 0.01 transaction in your statement "Use AIM to create a auth_only 0.01 transaction."