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.

integration of Accept.js in Java

Hi we are trying to integrate Accept.js into our website and i was able to get the response.opaqueData.dataValue from the server. Document says to use Create an Accept Payment Transaction but i dont see an example in java for this API. could you plea...

E00124 : The provided access token is invalid

Hi,I have registered for Visa Checkout with authorize.net .On visa checkout success event i'm get encPaymentData,encKey and callid . But when I'm calling method createVisaCheckoutTransaction() or decryptVisaCheckoutData() Its response is: Transaction...

gnurre
Member

CreateAnAcceptTransaction.cs sample

The C3 example in github is stored in the MobileinAppTransactions folder. I am using that as a sample to create a simple ashx handler to push a validated nonce using accept.js. I am consistently getting a general authentication error when the createT...

Moving from Simple Checkout to Accept Hosted/Accept.js Solved

I'm pretty new when it comes to Authorize.net, so please keep that in mind. We have a Simple Checkout button set up right now. We would like to switch to a solution where the customer would never leave our site and none of the sensitive information w...

BryanK
Member

asp.net - connection errors

I inherited an old ASP.NET 2.0 app that uses the AuthorizeNet.dll. It is difficult for me to tell what version of the DLL we are using as the original developer did not retain the downloaded source code and the DLL does not have an embedded version n...

Android Pay and Apple Pay

I've seen a few posts here and there about Authorize.Net accepting Apple Pay tokens from a website. We have several websites we'd like to offer both Apple Pay and Android Pay services as payment options and already use Authorize.Net for the payments ...

jstory
Member

TLSv1 calls still happening after protocol update

I'm using groovy/grails with Java 1.7.0_71 and the latest version of the auth.net java sdk plugin (v1.9.3 from April 2017) I've added the following arguments to my VM options:-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2-Djdk.tls.client.protocols=TLSv1.1,T...

Response returning empty

I am checking from my local serverPreviously it is working fine suddenly it stooped working, can i know where i am going wrongcancelSubscription($subscriptionId);print_r($response);?> O/p : AuthorizeNetARB_Response Object ( [xml] => [response] => )

Automated Pre-auth for amount greater than the transaction?

Hey everyone, I'm quite a beginner at Authorize.Net and I'm currently configuring it to work with a WooCommerce Wordpress site. I need to be able to automatically pre-authroize an amount greater than the order the customer submits online because ship...

c# dll strong name and version number

Hello, Is there any strong name version for authorize.net dll?And authorize.net dll also doesn't have version number (only 0.0.0.0) How should I get authorize.net dll with strong name and version number? Thank you

EddieLascu88CNP
Regular Contributor

Access

We noticed as of yesterday that the access to the test environment is no longer working. We use the CIM API over SOAP, so the service proxy points to https://apitest.authorize.net/soap/v1/Service.asmx. This is the error reported: An error occurred wh...

TLS1.2 Issue with Authorize.Net Nuget Package

Hi, Our .Net Code base is set up to target .Net 4.6.2 which supports TLS1.2 by default. We are using the AuthorizeNet Nuget Package 1.9.2 (latest) to communicate with Authorize.Net. I believe the Nuget package is not yet upgraded to support TLS1.2. T...

TLS 1.2 Issue - in Classic ASP environment

I manage a few sites that still use Classic ASP.The method of connection is via a MSXML2 component pointing to https://secure.authorize.net/gateway/transact.dllIs there a simple change i can make in this code somewhere (see below), to test via the sa...

origin of iframe communicator messages

I'm concerned with validating messages received via the IFrameCommunicator method. What event.origin should we be looking for on messages from the Accept Hosted form?

Getting error after transaction is complete from authorize.net

Hi, We have been getting this error for some time now. The orders still go through but after the end user leaves the authorize.net page after finishing their order it redirects and shows this error: Fatal error: Call to undefined method Redis_Object_...

Accept.js - duplicate detection and CVV code Solved

We have encountered a problem in the sandbox and live gateway that the CVV code does not work as expected regarding duplicate transaction checking. If a customer enters an invalid CVV code and submits the payment, the attempt is declined as expected ...

Accept.js - proper method for AVS support Solved

How is an integrator supposed to enable AVS support with Accept.js? It is our understanding that it is not advisable to pass data collected in the Accept.js form to the payment details in the 'authCaptureTransaction' message. We see that the zip code...

Unknown SSL protocol sandbox SSL false

Hi all, I got this error when proccess a payment: public $post_url = "apitest.authorize.net/xml/v1/request.api"; There was an error processing the transaction. Here is the error message: exception 'AuthnetCIMException' with message 'Connection error:...

Request fails in Sandbox, but succeeds in Production

I have a PHP script that was working in the Sandbox and I took some time off, and now when I run my code it fails. What is strange is that the exact same code works in both Test and Live in my Production account. I checked my API Login ID and created...