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.

SSL connect error Solved

HelloWhen try send request to AuthnetAIM arise problem with connection SSL on our test server.We switched off old TLS 1.0 and 1.1, as had been said in instruction.But we still have problem with SSL connect error.We checked certificate by https://www....

no transaction id for a failed payment of ARB subscription

Hello,Our customers have ARB subscriptions. We use Transaction Reporting API daily. We fetch settled and declined payments. But for an ARB subscription we could not get a transaction in settled batch list. On merchant interface when i search for that...

sa
Member

SDK & TLS1.2

Hello,The suggested fix didn't solve the TLS issueEnvironment information:Google App Engine ( GAE )Java 7We set the default TLS to 1.2 ( following documentation https://blogs.oracle.com/java-platform-group/diagnosing-tls,-ssl,-and-https ) but still w...

PDow
Member

Switch from sandbox to production gets HTML 406 response

This is on an IBM i at v5r4 using RPGXML from Krengeltech and an RPGLE program. It worked fine in the sandbox, but when we changed the URI to production and started using our production credentials, we get an HTTP 406 Not acceptable response. Here's ...

krobson
Contributor

In-Person SDK for Android- how to get signature image?

We are buildling a mobile checkout app. We have everyting working now except can't seem to get the signature image back from the transaction response. We need access to that image to add to our POS record of the transaction. We passed "true" to the s...

inegration of authorize.net with salesforce commerce cloud Solved

Hi at all, I am currently working on a new website for one of our clients on salesforce commerce cloud platform, and we need to set up authorize.net for the US version. Is there anybody who has already done it before ? If no, how should I start from ...

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