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.
Write custom code to talk to APIs to process payments
I have an application written in R. I need to integrate it with the following payment method inside the application.https://github.com/ZarinPal-Lab/I don’t know how to change these codes and make plugins so that I can integrate my Shiny application w...
Add multiple payment profile while creating customers
Using sandbox key and transaction id when I'm creating the user using json flavour. This api will response me the customerProfileId and customerPaymentProfileIdList in the list there is one one id. Can we create it multiples? if yes, Then what is the...
Confirmation to continuing authorizenet payment gateway of 1.3 version on web application.
Hi, I was successfully implemented authorizenet payment gateway on my ecommerce based web application 3 years ago. In that period I was using authnet version of 1.3 in my code.Also, I was refering Merchant Web Services API document for imeplementing ...
"Freight amount Invalid" when adding description
Hi, I have been trying to set the shipping description for the Accept Hosted page on the php API call for hours, and I do not think it is possible without getting the above error. I am well within 255 characters. I have tried an 8 character string an...
Update Credit Card using .net sdk Solved
We are communicating to Auth.net using SDK (.net).I would need help with implementing updating credit card for our customers. I did some research and found that "UpdatePaymentProfile" call would update the existing payment profile with new informatio...
How to set response type to JSON for the GetTransactionDetails method Solved
i am using `php-sdk` and wanted to save the entire transaction response into json as shown on the API Live console, but in the sample code here https://github.com/AuthorizeNet/sample-code-php/blob/master/TransactionReporting/get-transaction-details.p...
Code 13 Response using Direct Post on Magento 2
I am receiving a Code 13 response from the authorize.net gateway when I try to run a transaction through Magento 2. I have ensured the API Login ID is correct, I have reset the transaction key and I have created a ten character MD5 that I have put in...
The cardholder authentication value is invalid Solved
I am working on Authorize.Net AIM module on ZenCart. Recently we are integrating Cardinal Commerce for 3DSecure. The setup is already completed and we append the value of x_authentication_indicator and x_cardholder_authentication_value to Authorize.N...
Limit on API calls per hour/minute? Solved
I’m redesigning the backend on my clients website. I have a database that has a list of all the transactions and some of the transaction details.I think the easiest way may be to loop through the transaction numbers and do a getTransactionDetails met...
WARNING Multiple accepting paths for <class 'authorizenet.apicontractsv1.CTD_ANON_##'>
Hi There,I'm getting below errors(or some related ones) on my console while charging a credit card(or creating a subscription):WARNING Multiple accepting paths for WARNING Multiple accepting paths for WARNING Multiple accepting paths for {AnetApi/xml...
ARB recurring - modify date of next charge
I'm looking for a way to modify the next charge date for a recurring ARB subscription. The scenario is that we accept auto-renewing memberships (recurring payments), and our renewal year is Jan-Dec. If a person joins late in the year, they receive me...
The remote name could not be resolved: 'api2.authorize.net'
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Net.WebException: The remote name could not be resolved: 'api2.authorize.net' at System.Net.HttpWebRequest.GetRequestStream(...
Accept Hosted - IFrame Communicator Lightbox - JSP
I have an issue calling the IFrameCommunicator on my jsp page. We are aiming for the credit card payment through IFrame lightbox on our application (jsp). I am facing challenges with the IFrameCommunicator.html as nothing in this html seems to be cal...
convert one-time AIM to recurring ARB Solved
We have a number of one-time AIM transactions that need to be converted to ARB recurring subscriptions. That can be done in the UI, but I need to be able to script this. The API suggests this can be done with:https://github.com/AuthorizeNet/sample-co...
Using Log4j2 with AIM
Is Anet 1.9.9 SDK AIM compaitable with log4j2? I have the logging set to where I want it using lig4j1 but I've upgraded to log4j2 and it doesn't seem like my settings are being recognized. I've included the following from the SDK resources log4j.prop...
Error on API request using AuthorizeNet.DLL
On specific systems only, when we call an Authorize.Net API method (production server only), we are getting the following failure: "The underlying connection was closed. An unexpected error occurred on a receive." In researching the web, we have foun...
Why are there form differences between accept.js w/ UI and plain accept.js
Why are there some differences between accept.js (w/ UI hosted form) and the plain accept.js (form built by developer)? Example: Accept.js with UI uses a single name field and the external built form uses first and last names fields? And why can't th...
Accept Hosted iframe not working in iOS
We've been using the Accept Hosted embedded iframe for several years now. Recently we've noticed that the "Add a New Payment Method" link (to add a credit card) does not work on iOS. I've tried several different devices (iPhone, iPad) with different ...
Webhook Notifications not firing
Hello,i was working on the webhook events on my sandbox account and had the http://webhookinbox.com configured as the endpoint to receive the webhook notifications, all was working great but today i was wrapping up the work and wanted to add the emai...
Python (Odoo) - Authorise and Capture Response
We work with a Authorize module for Odoo V10 written in Python which is not getting an answer into our ERP from authorize.net during capture and authorize.( Authorize.NET Integration By Synconics Technologies Pvt. Ltd.) We have tested multiple codes ...
GetCustomerProfile Fails
Hi, I am trying to get all the customers profiles and using GetCustomerProfileRequest. However there are duplicate profiles exist with the same email and cc information and my request to GetCustomerProfileRequest is failing. I am getting message: Mul...
Oauth State parameter with special character being altered
I am working on adding Oauth support to my Authorize.net API integration. My existing system has logic in place to use the "state" parameter both to validate and redirect users to the necessary page after requesting the initial token. I am looking to...
AcceptUI has issues loading initially on low bandwidth clients
It seems that the AcceptUI modal has problems doing initial loading on low bandwidth clients. The issue can be verified with browser cache disabled (Test Case is: new initial donation from client) and throttling via either:chrome developer tools thro...
Authorize.NET & PayPal Express Checkout - Guest Checkout
Hi there, We are implementing Authorize.NET AIM with PayPal express checkout and have everything working both in the sandbox environment and in production with our client, but when you do an authorize/capture and are redirected to the express checkou...
C# add settingType to transactionRequest
We are trying to implement the new API in order to handle level II processing. I need to pass the duplicateWindow parameter to my transaction. I can't seem to hold my mouth right to pass dup to the transactionRequest. Could some one please tell me ho...
updating a transaction with a customer order number
I am using the accept hosted option to create a transaction in auth.net. When I create the initial request, I do not have my custom in-system order number. I get that in my system later. Is there any way I can update a transaction with my customer or...
AcceptUI issues
AcceptUI doesn't seem to use the merchant account settings for only accepting the supported card types for processing. Am testing with a sandbox account and when disabling acceptance of a certain type of card the AcceptUI form still allows it. Also i...
Accept Hosted Form: Truncated Last Zero
We have noticed that the pricing/amount of the payment form is not showing all of of the cent values. For example, when we set the amount to "25.00" or "25.50", the price on the payment form is shown as "$25.0" or "25.5" respectively. If the payment ...
Update ARB Subscription Request - Error E00013
I'm trying to update arb subscriptions to point at new customer payment profiles. However, the API returns error E00013 with message "Phone is invalid. Phone can be one of following formats: 111- 111-1111 or (111) 111-1111." I'm not even submitting t...
OrderType is causing Unexpected error during Payment withour ordertype payment working successful Locked
I would like to know if there are any dependencies or relationship exists with OrderType while creating CreateAnHostedPaymentPage. Reason being, when I dont add OrderType with OrderId, payment is successfulWhen I add OrderType with OrderId, I get une...