Integration and Testing

Authorize.Net API questions and help with your payment integration.

cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

Anurag
Moderator

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

Anurag
Moderator

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...

Anurag
Moderator

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 .

RichardH
Administrator

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.

alecswan77
Contributor

(TESTMODE) This transaction cannot be accepted Solved Locked

Hello, We are using Anet Java API to integrate with Authorize.net and everything has been working great until last weekend. We were able to submit test payments to our account which is in TEST mode two days ago. Today we are getting "(TESTMODE) This ...

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...

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?

dadamssg
Contributor

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?

paries
Member

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...

treii28
Contributor

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 ...

GDSInc
Member

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...

swade
Member

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?