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.
ERROR:- The underlying connection was closed: An unexpected error occurred on a send.
ERROR:- The underlying connection was closed: An unexpected error occurred on a send. Expain:- Would you mind explaining what it was, exactly, that fixed your issue? We're seeing the same thing and I'm curious what resolved your issue.Thanks, the pro...
ERROR:- The underlying connection was closed: An unexpected error occurred on a send.
ERROR:- The underlying connection was closed: An unexpected error occurred on a send. Expain:- Would you mind explaining what it was, exactly, that fixed your issue? We're seeing the same thing and I'm curious what resolved your issue.Thanks, the pro...
Cannot Complete WooCommerce Transaction
I am trying to charge a card through the sandbox. The only error that I get is a 503 error in the browser console:Failed to load resource: the server responded with a status of 503 () /checkout/wc-ajax=checkout I am working on a staging copy of the s...
Accept Hosted - Display Line Items in Payment Form?
I'm migrating from the SIM Method to Accept Hosted. With the hosted form via the SIM Method, it displayed the line items on the payment form. While I'm able to produce a payment form using Accept Hosted, I haven't found a way to have the Line Items d...
Hosted Form decline error code and message.
I have implemented the hosted form using the Iframe Communicator (ifcommunicator.html and C#). How do I capture the response when a credit card is decline? I don't have problems getting the response when a credit card was authorize, but now I need to...
Visa Stored Credentials
Anyone implemented the new Visa requirement for Stored Credentials on Auth.net? Trying to find out which fields to use for:-POS Environment-POS Entry Mode Code https://usa.visa.com/dam/VCOM/global/support-legal/documents/stored-credential-transaction...
Accept.js - There's a bug in the AcceptCore.js file
Hi! In the AcceptCore.js file, there's a bug. c.onload=function(){setTimeout(function(){n(c,b),2e3})}I think it should bec.onload=function(){setTimeout(function(){n(c,b)},2e3)} The 2e3 parameter is not passed as a parameter of the setTimeout in the b...
need sample of webhook
I am trying to figure out how to use your webhook sample code. I am using c#. does anyone have a simple code sample on how to do this. Or a link on how to use webhooks
Coldfusion upgrade help
I last integrated authorize.net AIM for Coldfusion in 2011. The user stayed on our site for payments without being redirected externally. This site hasn't processed payments for a while and I'm working on a new site that's going to process user credi...
Getting E00001 in sandbox
Test mode is off. Using Magento default authorize.net module. No matter what I do with my settings (with or without test mode) I get this as my cURL response: {"messages":{"resultCode":"Error","message":[{"code":"E00001","text":"Unexpected character ...
C# SDK - Setting the merchantDescriptor property
Hi! In the C# SDK, I can't set the merchantDescriptor property. Is there an hidden way/hack to set it? Thanks VB
Accept Hosted Form not working on some computers
I have been using the Accept Hosted Form for a couple of months now and I am having some intermittent issues bringing up the payment page. I am using c# and mvc. I get a token and the partial view that uses the token is below: @model Nop.Plugin.Payme...
how to get authcode and tranId from hosted payment
I am using the following code to after getting a token. ";Response.Write(formPostText); How can i get get the auth code and tran id to store in a database. I get a receipt but need to place the values in a database I am using asp.net with C#
Is there a more detailled documentation?
Hi! I'm a newbie on authorize.NET but has some experience with other payment processors like Stripe, NetBanx, PayBox. Is there a more detailed documentation than the one we can find here:http://developer.authorize.net/api/reference/index.html For exa...
Value of passing CVV in creating customer payment profile? Solved
If I understand correctly, I can pass the CVV when creating a customer payment profile, but that code is not stored in the profile. When making a charge to that profile, I can collect the CVV again from the customer and pass it along, but there is no...
An error occurred while decrypting the EMV data when using iOS SDK
Hello I am trying to use Demo iOS app from this repository:https://github.com/AuthorizeNet/inperson-sdk-iosSo far every transaction fails with error “An error occurred while decrypting the EMV data”.I tried many different cards with the same result (...
C# SDK - Is there a way to get a token? Solved
Hi! Using the C# SDK, is there a way to get a credit card token? Or I must make a basic HTTP call to: https://apitest.authorize.net/xml/v1/request.api/gettoken Thanks VB
Transaction API key not working in one system but works in another? Solved
I have been developing and testing a simple implementation of the accept hosted form making use of the API directly, not the SDK, if that matters at all. In testing with test API keys against the test endpoint, everything works fine. When we switch t...
Any PeopleSoft users integrating to Authorize.net APIs?
Hi all.I am wondering if there is anyone out there that has successfully integrated to Authorize.net for hosted payments using delivered PeopleSoft document and rest based app messaging? If so I'd love to talk to you about your approach. I have one m...
Trying to write simple PHP form to handle payments.
Hi! I'm trying to create a checkout script in HTML and PHP which can easily allow custom fields and make simgle purchase payments. This is proving to be quite the challenge, and I'd like to ask your advice as to how to approach this. I've created a f...
(13) The merchant login ID or password is invalid or the account is inactive.
I'm getting this error when I try to create a new customer profile after successfuly processing a new transaction. Please help. I tried xml and json
Turning off 3DES breaks SSL
Hi- In my classic ASP application, submission to A.net seemed to grind to halt when they "retired" 3DES. Some on this forum apparently fixed the problem by disabling 3DES. I tried that approach but when I did that, I couldn't access any SSL pages on ...
American Express, Discover test cards are declined w/ confiscation message
I'm getting started with Authorize and developing a PHP code library for use in multiple projects. I have a test suite that runs the valid test numbers through the API and expects a successful response. I'm not getting a successful response for 37000...
MD5 Hash with Accept.js?
Hi All, I've been hitting my head against a wall for a while now. Currently getting a Error: E00116 "he authenticated merchant does not have access to the specified OTS Token." I have the accept.JS and php sdk credientials the same and both on produc...
"Customer Profile ID or Customer Payment Profile ID not found" response for valid Ids used
We are getting this response in our production environment when we submit a payment request with proper Customer Profile Id and Customer Payment Profile Id. I can provide these Ids and/or the timestamps of the transactions if you need them. It is the...
Error connecting to AuthorizeNet
I am using Caldera Forms in WordPress with the Authorize.net Addon in Sandbox mode. Everything seems set, but I keep getting "Error connecting to AuthorizeNet" when trying to use the form. I've read other discussions on this forum with the same topic...
How do I get testing API Login ID and Transaction key to be recognized?
I am working on a new development site that will eventually replace an existing live site. I have a sandbox account that I used last year that I am going to use again. On the new site, if I understand this correctly, I keep Production selected, not T...
A call to SSPI failed, function requested not supported in WPF desktop application Solved
I am trying to test an integration in a WPF desktop application. Whenever I call the Execute method on the createTransactionController object in the C# API, the following exception is thrown:System.Security.Authentication.AuthenticationException occu...
Re: error E00114 - Invalid OTS Token Errors
Hi Support, We are using some wordpress plugin and integrated this plugin with authorized.net payment gateway. The problem we are facing when ever a transaction done with credit card its shows Invalid OTS Token. [E00114] Please guide how to solve thi...
Declined due to CCV in Sandbox Mode
Hello When I submit a new 'createCustomerPaymentProfileRequest' in sandbox with validationMode set to 'liveMode' the credit card is always declined due to a CCV mismatch even though I've tried 5 perfectly good credit cards. Just wondering if this is ...