Recorded Developer Webinars Pinned
Please find the links of our recorded developer Webinars Simplify PCI Compliance with Authorize.Net Accept Learn about Authorize.Net API Integration with OAuth 2.0 Creating Automated Workflows Using Authorize.Net Webhooks Thanks Anurag
API / Features documentation Pinned
Use the features you want to build the payment solution you need. You'll be up and running in minutes. Features : https://developer.authorize.net/api/ SDKS : https://github.com/AuthorizeNet API reference : https://developer.authorize.net/api/referenc...
Use Try It Tab for testing APIs on sandbox Pinned
You can test APIs from our Try it Tab in API reference on sandbox without signup https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card Click on the Try it tab and click send .
Use Testing Guide for Specific Transaction Responses Pinned
Using the Testing Guide, developers can trigger specific transaction responses in the sandbox including approvals, declines, errors, as well as AVS and Card Code responses. If you have questions or comments, please use this thread.
SIM and x_reversal Locked
I am an e-commerce user of SIM. The new requirements seem to imply that I will need to provide a way for custoomers to reverse an unsettled transaction using the interface. Currently this is done via email or phone and I log into the interface and pr...
CIM: GetHostedPageProfile API call question/ documentation Solved Locked
Hi all! I have just started with Auth.net and am looking for some sample code referenced from the CIM Guide (http://www.authorize.net/support/CIM_SOAP_guide.pdf). It references being able to use a hosted form to collect customer CC into the CIM secti...
Visa Gift Card Declined Locked
Hello,I can't seem to find an answer to this issue. We have a Magento run website, using Authorize.net as our card processor.We have it set for authorization only, no capture, all that process we let Authorize.net handle. We recently had a customer a...
Card Present AIM : No error 13 when using test credential but real credentials return 13. Confused? Locked
I am using the Card Present AIM : I have no error 13 when using test credentials but when I replace the realwith real credentials and test. I get a 13. Confused? I used the PHP script from the examples. Any help appreciated. Thanks! require_once 'ane...
New to Authorize.Net Questions Locked
Hello everyone, We're new to Authorize.Net and my manger had a few specific questions before we get started that I need to answer and I couldn't find it on the basic FAQ's on their site. Firstly, we just need to know how the ecommerce process threads...
Downgrading to free plan with ARB Locked
I'm using ARB to process monthly recurring paid plans, but want to allow our users to downgrade to a free plan. I want to maintain their ARB subscription so that they can easily (without re-entering their CC info) upgrade back to a paid plan. I'm get...
ASP.NET/VB.NET - Can't post a transaction....First time live set up Locked
A little new..just got started with Authorize.net...I can't seem to post a transaction...not getting any error msgs...be nice to have that..code portion below. Session("card_number") = "136789098765434" Session("Combined_Expiration") = "0513" Session...
PHP SDK xmlns errors Locked
I'm using PHP sdk 1.1.3 and the transaction details API. The XML that is being returned is causing simpleXML issue warnings of:namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute in anet_sdk/lib/AuthorizeNetTD.php o...
Customer or Company? Locked
I am try to find the best solution for working with customers that are Authorize.net users as well asa Company has a Authorize.net account. My question is that the which way is it better to start the transaction from the customer to the companyor the...
Retrieving the Credit Card Type from the CIM api Locked
I need to retrieve the Credit Card Type from a saved Customer Payment Profile. Any ideas on how I can do this? When I retireve a payment profile, there is a field called: "creditcardtype" but it is always null when I look at the value. My assumption ...
(SIM) ALLOWING CUSTOMERS TO CHOOSE THE AMOUNT TO PAY. Locked
I'M USEING THE SIM API, WHEN THE HOSTED PAYMENT FORM COMES UP THERE IS A SET AMOUNT PLACED ON THE FORM. I WANT MY CUSTOMERS TO BE ABL TO ENTER THE AMOUNT THEY WANT TO PAY AT THAT TIME. HOW CAN THIS BE DONE?
retrieve card number Locked
Is there a way to look up the card number's of past transactions through the api by providing the transaction id? I'm trying not to store card numbers in my database but i will need to be able to have the option to charge them after their first trans...
CIM void return question?
If using CIM, I create a payment profile id and transact an approved sale to that profile id. Then I delete the Payment Profile Id from the vault. Can I do a return on this card via CIM without the payment profile id being in the vault? If so how? Ca...
Card Present Sandbox API URL
Hi, I am doing card present integration and I see this URL https://cardpresent.authorize.net/gateway/transact.dll for posting the request. Is this for real account? I have a sandbox account setup, what would be the URL for sandbox account.
eCheck and Authorize.Net SDK Locked
Is it true that the SDK does not currently support eCheck transactions, and if so, is there a time frame for when it will?
example for AIM getting started does not seem to work Locked
hello i am following https://developer.authorize.net/integration/fifteenminutes/#custom1) i have registered and set up a test account2) i have download the SDK3) i have created the test.php based on the example from the tutorial above.4) entered my A...
validation and authorize.net settings Locked
Do the avs and security code settings have an affect when using livemode validation through cim? For example if I have my avs settings to allow a card with the wrong street but correct zip code will it also validate? I'm trying to get around visa's r...
SIM - php - relay response page stripslashes addslashes Locked
Hello, I'm running into a problem with some extra fields associated with my SIM checkout page. I have an additional field and I can't figure how to both sanitize and then replace quotes and special characters. I'm assuming Auth.net does some sanitati...
Direct Post Method and saved payment profiles Locked
Does anyone know if we can use the DPM method to also create new, stored, credit card payment profiles? It seems the DPM method will help avoid credit card transactions, with the credit card number, from hitting our servers.From a PCI compliance stan...
CIM (SOAP) and other questions Locked
I'm in the process of building a custom tool using the CIM SOAP service to replace our old AIM based transaction authorization handling and I have a few (more) questions. 1) One of the issues that has been brought up here is that they occasionally ne...
AVS checks - don't seem to work Locked
Hi there, I'm using the AIM method , sending requests from code. The problem is that it doesn't seem to use the AVS checks.I enabled N,A,Z,W checks and the transaction still goes through. If I enable Y - then the transaction fails. Any idea why it's ...
Custom Field Storage and Export Locked
Is there any integration method that allows you to store custom fields within Auth.net?Can you export customer address and custom fields in cvs? I know you cannot export CC info. We are wanting to keep all personal info within auth.net instead of on ...
Newbie needs help Locked
We are moving to AUTH.net from PayPal using .asp on one site and PHP on two others. We need some help ($$$ assumed). We need both integration help and development help. Anyone do that for a living??
Fatal Error using AIM SDK
I've been using the AIM coffee shop SDK code for a couple weeks on my site and now all of a sudden I'm getting this error - Fatal Error: Call to undefined function curl_init() in D:\hshome\vuilgat\limelightrestoration.com\anet_php_sdk\lib\shared\Auth...
AIM & DPM - Level of Customization Same? Locked
I had a simple question - is the level of customization & flexibility of integration same for AIM & DPM? Reason being, I need a very custom payment process, but I don't want to store customer CC info on my server. Thus, DPM is the best route. Is this...
AIM: Do I put x_login and x_tran_key as hidden fields in my checkout form? Locked
I know it seems like a simple question, and it really is. I ask because: On the AIM PDF, it says that x_login and x_tran_key are required when submitting a form. However, on the API generation page, it says to no share your API key or Transaction Key...
DPM Method - x_exp_date entered as two fields Locked
I’m using the DPM method. Is it possible to split the x_exp_date HTML field into two fields (month and year) and combine them back on submittal. Since the DPM method doesn’t allow you to go back to the server, I’m hoping this can be accomplish with s...
PHP 4.4.9 without MHASH available . . . Solved Locked
Sorry, newbie question, but attempting to use SIM with a custom php shopping cart -- don't have MHASH on the server, and using PHP 4.4.9 . . . how does the fingerprint thing work without it?
Payments Unprocessed - No Response String/Error Code Generated - No Help from Support Staff Locked
Hello, I am employed by a company trying to add an e-commerse system for their customer base. We have set up an account with Authorize.net to enable credit card processing with our shopping cart.Our web developer has plugged in the API Login ID and T...
ARB for $0
Is it possible to submit an ARB request with a 0-dollar amount? In my particular case, I need to submit the ARB but do not want the customer to be billed right away. I'll explain my situation: 1. customer creates a product online2. product design is ...