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
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...
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 .
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.
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...
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...
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...
AUthorize.net hosted payment page not working in Chrome Version 60 Solved
We are getting this erroron the click of submit on the hosted payment form. Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://xxxx.xxx.com') does not match the recipient window's origin ('null').I read some document...
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...
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...
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...
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...
authorize.net CIM CURL Connection error: name lookup timed out (6)
I am using the PHP authorize.net CIM for Magento. Every few orders that are placed on our website get these errors 'CURL Connection error: name lookup timed out (6)' or 'CURL Connection error: Couldn't resolve host 'api2.authorize.net' (6)' I am tryi...
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...
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...
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...
Getting Error E00001 in Sandbox When Trying to Delete Customer Profiles
Getting Error E00001 in Sandbox When Trying to Delete Customer Profiles. Nothing has changed in the sandbox account that we can tell. Was working fine yesterday. Just started this morning. We have retried sveral times with the same error. To note: Ge...
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?
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:...
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.
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...
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...
Can I use transaction key instead of password to login the mobile device? (in person iOS SDK) Solved
Hello. I'm using this library for my iOS application which accepts card payments. I already have integrated code in my app but have some queries regarding authorisation with merchant account. I think it is compulsory to login the device using 'mobile...
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 ...