cancel
Showing results for 
Search instead for 
Did you mean: 

Authenticating Credit card And Prepaid card

Hello ,

 

Sorry I dont know where to post the Queries , so I am Asking to you.

 

Is there Different Authorize.net APi,s for Authenticating Credit card And Prepaid card?.

 

Backround is:

 

I have Application which allowes User to enter credit card and Prepaid card information.using Authorize.net Api ,It authenticate the cards as valid and saves card information as valid.

 

Following Fields its setting :

 

  1. x_method=CC
  2. x_type=AUTH_CAPTURE

So what I can i see is there no difference in credit card and Prepaid card Authentication calls.

 

but credit card is workign fine and prepaid card tab is Giving problem.

 

can you Shed some light On this please. Or atleast give me some direction to post this at proper place.

 

thanks

gislowrulu
Member
2 REPLIES 2

What API does the application use? AIM? SIM? Regular CIM? Hosted CIM? What do you mean by "giving you problems"?

 

Some assorted pages having to do with prepaid card processing through Authorize.net:

https://support.authorize.net/authkb/index?page=content&id=A516&actp=LIST

http://community.developer.authorize.net/t5/Integration-and-Testing/Using-CIM-and-Allow-Partial-Auth...

http://community.developer.authorize.net/t5/Integration-and-Testing/Dening-Prepaid-Debit-Cards/td-p/...

TJPride
Expert

Hi gislowrulu, 

 

No, there are no different APIs you should use when processing prepaid/debit/gift cards vs. regular credit cards. In fact, there is no way for you to tell prior to the transaction whether a card is prepaid or not. However, you do have to enable the appropriate setting in the Merchant Interface to allow partial authorization transactions to occur. For more info on partial auths, please see our FAQ.

 

To enable partial auths in the Merchant Interface:

  1. Log into the Merchant Interface at https://account.authorize.net
  2. Click Account from the main toolbar
  3. Click Settings from the main menu on the left
  4. Under Transaction Format Settings, click Partial Authorization
  5. Click the checkbox next to Allow Partial Payments
  6. Click Submit

Your account will now be able to process partial authorization transactions. There will also be dev work required on your end once you enable partial auths for your gateway account. You can see what that entails here.

 

Hope that helps.

 

Thanks,

 

Michelle

Developer Community Manager