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.

TerryO
Member

The connection with the server was terminated abnormally Solved

I’m getting this error every time I try to send a transaction to my sandbox account: “The connection with the server was terminated abnormally”. The server is not using TLS 1.0 or 1.1 and when I use the production server with a test CC number it is s...

Send email receipt to multiple email addresses Solved

I would like to send an email receipt to more than one address when processing payment. I have tried using comma separated and semi colon separated email addresses in the xml request, but neither seem to work. Is it possible to send the receipt to mo...

CIM payment profile

I am looking to implement the CIM system for a client. I have no problem setting up the first second etc payment profile but have a question on this. When setting up the payment profile, it asks for the card numer, expirary etc, and the customers inf...

Angular 2 or 4 example Solved

Does anyone have an example of using the cim hosted payment profile form in Angular 2 or 4? I'm having a hard time getting it to work. Thanks,Paul.

raviparmarce88
Regular Contributor

AVS with accept hosted

Hi All, We are using AVS response code from the authorize.net But I am not sure whether this will work or not if I use below configuration for accept hosted payment form mechanism setting6.setSettingName("hostedPaymentBillingAddressOptions"); setting...

raviparmarce88
Regular Contributor

Get the BillTo details in response of accept hosted with iFrame

Hi Team, I am sending billTo Details in getAcceptHostedAPI and also set the JSON flag for this. CustomerAddressType customerAddress = new CustomerAddressType(); customerAddress.setAddress(adress); customerAddress.setCity(addr.getCity()); customerAddr...

Accept.js function issues?

Hello, Dear Authnet Team, We are facing an issue with Accept.js library with Internet Explorer v11. The browser console showing following error while the same code is working good in other browser.Access is denied.Unable to get property 'dispatchData...

Latest on Soft Descriptors

What is the latest on the implementation of Soft Descriptors? I have seen threads with the promise that you had Soft Descriptors on the enhancement list going back to 2014. Recently I saw a response to a thread that seemed to indicate that they were ...

shawjames
Contributor

Transactions of this market type cannot be processed on this system. Solved

I'm setting up AuthorizeNetAPI, and I have it working just fine for my card not present account - my ecom site. I have another account that is card present - for my retail store, and I'm trying to implement a feature where someone can order a product...

Accept Hosted PHP Implementation

Hello. I'm attempting to implement the Accept Hosted instead of SIM, like many others, but am having a lot of initial issues getting things working. I'm trying to focus on a simple example first, and simply grabbing this file to see the token printed...

error E00003. invalid child element 'amount' in json.

I just created a sandbox account and am just getting started with integrating authorize.net with our FileMaker database. I'm getting the following error, but I'm pretty sure that 'amount' is supposed to be a child element of transactionRequest... Wha...

glerler
Contributor

.NET API endpoint

In using the .NET compiled .dll from NuGet it seems the endpoint is hard coded in. Is there a method to passin the endpoint? Such as from an appsettings key? Thx

Reading Back Merchant Defined Fields Solved

New to the community and tried searching for teh answer, but I am lost and hoping to get some help. I am using the sample code so far and got everything working as needed in my project ALTHOUGH I am trying to find out how to display the merchant defi...

We're getting resultErrorCode: E00027...

We're getting resultErrorCode: E00027 with additional errorCode: 256 in "createTransactionResponse"Is there any way to debug this and understand the core reason behind this reponse?

JWG
Member

In-App Nonce Request

Hello, I'm working on an idea of incorporating our business' online store into our C# application (a simulation game used on desktop Windows machines), due to many of our customers requesting an easier way of purchasing our add-on products. I figured...

Get Accept Customer Profile Page

Hi All In my vb.net application am using the Get Accept Customer Profile Page for managing my customers. But when there are multiple payment profile details shown, how to enable the user to set one as default from the same? And am trying to get rid o...

PHP SDK: Fatal error - running sample code. Solved

I am getting the following exception when trying to run sample PHP charge-credit-card.php code. Not sure what's going on. What this error is about? Here is the screenshot of error. https://www.screencast.com/t/cTU6gglqQS Here is the code which I am u...

Issue with accented characters

When trying to sumbit a payment transaction I get an error when using accented characters. Here is the error I get in response: { ErrorResponse:{ '$':{ 'xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance','xmlns:xsd': 'http://www.w3.org/2001/XMLS...

glerler
Contributor

API Upgrade Solved

Is there a detailed guide for the API changes? I see that Hosted CIM is beging deprecated. It refers to use Accep Customer. I took on a client that is using the CIM and we make transaction calls against it. What is being affected. Thanks for any help

Iframe communicator loading issue

Hello,We have an issue with one of our customers that are using integration with Authorize.net using hosted forms. From the logs it looks like sometimes iframe communicator fails to load and we do not receive any messages from authorize net on succes...

bavov
Member

Cannot perform multiple credit card payments with nonce Solved

I need to charge several payments from a credit card on a monthly basis (different amounts). As far as I understand I can get nonce using Accept.js which is valid duing 15 minutes and for one payment only.Is there any way to obtain a nonce which will...

glerler
Contributor

CIM in Sandbox error Solved

I am calling the CIM in the sandbox and I keep getting the E00007 Authentication error. I creating a profile. I have generated a new key . What am I forgetting?? .NET XML API

Ebay says they ar enot receiving payment confirmations

Ebay is saying items are pending payment and when i check authorize.net i see captured/settled and why isnt authorize sending what ever code i sneeded by Ebay?My items are not getting marked as "paid". Did something change?

CIM getHostedProfilePageController Error Solved

Hi, When calling this function to get a token to display the hosted form, if I pass a url for the hostedPaymentIFrameCommunicatorUrl setting, I get a Error: E00013 Setting Name 'hostedPaymentIFrameCommunicatorUrl' is invalid for this method. error. I...

Getting null value - Accept Hosted Authorize Net Integration issue

Hi, I am new to AIM integration with Java & Jsp page. I have following code used to get the form token for AIM Accept Host Payment transaction. I am getting the null response only. Can you please suggest me on it. How to get the form token from Java ...

Webhook response payload for recurring billing transaction Solved

If I set up a payment.capture.created webhook and a recurring billing transaction triggers the webhook, will the response payload contain all information including the sbuscription ID? I ask because the Payment Events Payload Example on the webhooks ...