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.

accept hosted popup opens then quickly closes. Solved

This only hapens with I place Manage My Account in side the page's existing Form tag. Manage My AccountIf I place it between the form tags it works correctly. Manage My Account Can any one shed some light on why this is happening?

Upcoming TLS 1.2 and 3DES changes on Windows 2008 standard Solved

In a recent "technical update" email from authorize.net we were informed that TLS 1.2 will not be required until Feb 28, 2018 (instead of in September of 2017). It however further indicates that the 3DES Cipher will be retired on September 18th.Now, ...

Error on accessing a cross-origin frame

Hi, I am hosting an add payment form inside my page and I am using ICommunicator.html from the authorize.net samle application. I am able to host the form but communication between iframe and parent is not happening and it throwing an error about "Un...

microweb
Contributor

E00114 Invalid OTS Token Solved

I’m working on a website using accept.js. It is a wordpress site and there are two places within a plugin where I am displaying a payment form. For both of these places, I use the same credit card form (so the same ClientKey and apiLoginID are added ...

Android SDK version problem

Hello I need use android sdk. So, i checked this android SDK https://github.com/AuthorizeNet/inperson-sdk-android But this SDK is only use over android version 21 I need use over android version 15. How can use this SDK for that. please help me !!!!

Chinese characters in CIM

Hi, Chinese characters are not supported in CIM? Please confirm this assumption. Are you planning support other encondings than iso-8859-1 in CIM? br,Mikael

Python SDK Returns Null For All Queries Solved

So I just created a sandbox account and got my API ID and KEY I went to the following link and followed it's instrucitons: https://developer.authorize.net/hello_world/ So I installed the python SDK module with:pip install authorizenetThen ran the cod...

jima
Regular Contributor

SDK Audoloader

Hi, looking for a NON-Composer installation method, I came across some instructions on Github, with the heading of "Customer SPL Autoloader" (https://github.com/AuthorizeNet/sdk-php#custom-spl-autoloader) that is supposed to describe how to install w...

jmkriz
Member

Regarding the 31 character name limit

I see there is a 31 character limit for product names. However, the nature of the product that is being sold makes this very inconvenient. I've noticed that any products with over 31 characters in the name (and possibly short description as well) wil...

Accept Hosted transactResponse message

I'm trying to implement AcceptHosted using an iFrame, but I'm stuck on how to securely confirm the success of the payment. If I use the redirect method, I can include a secret key in the continue/return URL that proves that the call could only have c...

mdc
Member

Is transactionid unique across accounts? Solved

We have multiple Authorize.Net accounts. I am developing software to attempt to match settled transactions with transactions recorded in our local database. We record the Authorize.Net transaction id in our database. Can I assume that the transaction...

felixschl
Contributor

Errors E00003/E00117 with Accept JS Solved

I am using the sandbox. When I run Accept.dispatchData, I see two network requests take place, both of which return error responses. > OPTIONS /xml/v1/request.api HTTP/1.1 > Host: apitest.authorize.net > Connection: keep-alive > Access-Control-Reques...

cyf
Member

Best way to upgrade from monthly to annual ARB Solved

Hi - We want to provide an option for customers to change thier subscription type from monthly to annual billing. Can someone provide best practices for doing this in Authorize.net? Some considerations:1. We'll need to provide a prorated refund of an...

felixschl
Contributor

Sandbox Accepted Hosted and Transaction List / Webhooks

The flow I am implementing is along the lines of: User completes payment step using Accepted Hosted form in an iFrameServer waits for a webhook to process transaction and update databaseI have completed step 1. But it seems that completing a payment ...

AVS Disabled, Appears Transactions Still Declined Due To AVS

We are getting transactions declined because of AVS, even though we have AVS disabled. Has anybody else experienced this? If so what was the cause? Our General AVS settings for B,E,R,G,U, and S are all "Allow, Report Triggered Filters". Our address a...

bkiran26
Contributor

CONTINUE BUTTON Issue Solved

Hi Aaron Wright I have written a code for credit card registration through Authorize.net using Rails Framework. Below is the process I followed. 1. Generated the CustomerProfileID from Authorize.net2. Using CustomerProfileID, generated a Token to loa...

wdbaker54
Contributor

Accept.js - frequent 'opaqueData has incomplete content' errors

Since I have implemented the Accept.js in our payment terminal we have been getting up to 33% error rate from our clients using it - some have tried a couple times with no success and others have had periodic success. I can't seem to track any patter...

IFrameCommunicator.html not found

I'm working on using the hosted form in angular 4. I've got a page in the root of the site called "iCommunicator.html". When calling the hosted form it displays but shows a 404 error for the communication page. The error is coming from "VM8631 Profil...

interface/integration questions/concerns

One of my existing merchants is ready to sign up his 2nd business, which processes a much larger monthly volume of $140,000 - $240,000. Here are his concerns and questions: 1) How does the integration or installation of authorize.net affect his use o...

Notification History Payload Solved

I'm trying to get the payload of past notifications using the notifications history api call. In the documentation, the response has a payload attribute but when I make the request I don't get it. Is there something I'm missing?

raviparmarce88
Regular Contributor

Display Accept hosted Payment form horizontal Solved

Hi Team, We have accept hosted payment form with all the billing details.But here the payment form look like long in hieght. Instead of scrolling down vertically, how can we display the hosted payment form element horizontaly(Landscap) as like https:...

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