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.

tfs22
Member

CIM and Affiliate Code Integration Locked

Hello, I'm not a developer at all so unfortunately I can't understand any developer manuals but I believe my question is relatively simple. My affiliate program gave me the following code to integrate into my checkout. It works, but the value always...

GTC
Member

API not working with Recurring Payments Locked

Our API seems to work fine on regular payments, however it for some reason erases the address when they select to have a recurring payment. I'm assuming there is something wrong with the way we have set up the API. The following is what my programmer...

Drupal: Use UC-recurring+CIM or ARB? Locked

OK, so I'm using Drupal6 Ubercart with Auth.net's CIM and ARB. Orders are capturing data in both ARB and CIM. But I can't figure out which is best. Both seem buggy with Drupal + Ubercart. I also have UC_recurring up and running as well, and was going...

GregTampa
Contributor

Process a transaction CIM using PHP Solved Locked

When I post transaction to my developer account using apitest.authorize.net I dont get the isSuccessful nor an AuthCode returning back from the xml."my code never goes in the (if ($cim->isSuccessful())) statement" Is this cause the credit card really...

GregTampa
Contributor

developer portal login Solved Locked

I can't seem to find the login link to login to the developer center....to see the backend...The link to it is hard to find or non-exsistant?I see Affiliate Login..

Intermittent Connection Failures to CIM

We use the test/sandbox AIM/CIM APIs environments extensively in our automated builds and have for some time. We're seeing intermittent connection issues particularly to CIM starting yesterday morning. Are there on-going issues right now? When will t...

AIM Prior_auth_capture

Hi I am trying to do a Prior_auth_capture and i notice that i can supply EITHER the auth code or the transaction ID. The API reference says to go with the auth code. Does it make a difference? Is one preferred for any reason?

GregTampa
Contributor

CIM card declined Solved Locked

im using the test credit cards and posting to apitest.authorize.net I know the card numbers are right for testing..there an issue, cause I get credit card declined all day long.. I am using CIM.. and code base is PHP

AIM Integration Issue, Using C# SDK Locked

Hey, I am having an integration error using the C# SDK. When testmode is enabled, my code works fine, and the developer confirmation email is sent appropriately. When I disable testmost, and update my API TransactionKey/Login I run into issues. When ...

Direct Post Method and PHP 4.4 Locked

I'm following the DPM dev guide and it's saying I need to use the PHP SDK. Unfortunately the SDK requires PHP 5.2+. How can I use DPM with PHP 4? Is documentation available for this?

david-jiang
Contributor

why GetTransactionDetail or GetTransactionList is fail. looks my code Solved Locked

I want getTransactionDetail or GetTransactionList. sample:public static void GetAuthroizeMessage(String apiLogID, String transactionKey) { Merchant merchant = Merchant.createMerchant(Environment.SANDBOX, apiLogID, transactionKey); Transaction transac...

when i update my client credit?? Locked

when should i update my client credit... e.g if i got responce from authorize "The transaction is successful" and its show on my account Captured/Pending Settlement .Should i update my client balance or wait for settlement ????

CIM transaction query Locked

Hi,I got following responce from authorize transaction (CIM module) The transaction was successful.responseReasonCode = 1responseReasonText = This transaction has been approved.approvalCode = some codetransId = some transaction id 1) I got status of ...

Simple as possible SIM integration Solved Locked

Hi, Here's what I need to do: 1. Set up a form on my website, which asks the user to enter a reference number and amount (in $USD).2. They submit these two values and go to Authorize.net to enter their credit card details. So I've downloaded the Clas...

First time connectivity test Locked

I'm trying to connect for the first time using a test account. I'm trying to run both the sample application and the test code from the AIM method. I'm getting the following error message: AuthorizeNet Error: Response Code: 3 Response Subcode: 1 Resp...

Authorize.net C# sdk reporting gateway Locked

I am exploring authorize.net C# ReportingGateway class and calling its GetTransactionList method returns list of transactions. I noticed few transactions have null values for fields like first name, last name and email. When I check transactions list...

Authorize.net not redirecting to my x_relay_url Solved

I've finally figured out how to get my Credit Card information to go through to the API and get approved (with some help with my last thread: http://community.developer.authorize.net/t5/Integration-and-Testing/Error-99-Fingerprint-is-correct-Help/td-...

JacobG
Member

AUTH_ONLY succeeding with Visa but failing with Mastercard. Solved Locked

I'm attempting to implement an AUTH_ONLY transaction for AVS prior to a CAPTURE. Everything works swimmingly in test mode. After switching to Live mode, everything continues to work swimmingly if it's a Visa card. Testing with a Mastercard, however, ...

Unable to set up test account. Locked

Hi all, I'm unable to set up a test account because the CAPTCHA isn't visible. This issue has been raised before and it was fixed.Just to let you know it has popped up again and hopefully can be fixed soon. Cheers.

ARB for $0 Locked

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

sucre
Contributor

About void Authorize. Locked

Dears: I have a question about void authorize. If I send a authorize request to Authorize.Net and get a approve result, then I do some partial capture based on this authorize result, after that, I void the Authorize transaction, Is the capure transac...

pberce
Contributor

CIM createCustomerProfileTransactionRequest and validationMode Locked

I've am using the CIM XML API and I wanted to run some test auth/capture calls. I can see by the documentation that I should be using createCustomerProfileTransactionRequest. In my research for other possibilities (AIM) I see that in that process of ...

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

Transaction Concurrency in CIM Locked

Does anyone know if say a refund, or void (an action that takes places on a specific transaction id) will use the paymentProfile details that were present at the time of the transaction, or will they be processed against the current values. Meaning t...

hongle
Member

iOS Integration Merchant vs Customer Solved Locked

I have a question about the authorize gateway and the ios integration. Will this only work for merchants that have registered their mobile devices to accept payments or can a merchant develop an app that customers can download and submit payments fro...