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.
Is Sandbox account creation down?
Hello! I've just tried to create a new sandbox account, but system returned 'The sandbox is experiencing technical difficulties. Please try to create a test account in a few minutes.' errror message. Status isn't reporting any incidents on Sandbox. D...
IFrame Production Test Mode - Hung Processing
Hi, I followed the example to use an iframe and was successfulll using my sandbox. The iframe is posting the token to https://test.authorize.net/payment/paymentAnd I was gettgin the approval using 4111 1111 1111 1111 card. We are now switching to our...
Code Samples Missing in API Reference
I am unable to view any of the code samples in the API reference. I click on php or c# tab and it shows URL: with an empty text box. I tried filling in my API keys and there was no update in the requests. Is something broken?
Error E00001 on when creating transaction using AcceptJS data
Hello,When using Accept.js and then creating a payment transaction we are seeing E00001 on sandbox. We are also using OAuth. Can you please tell what can be going wrong below. How can we get the sandbox to provide more details than a general error? {...
Object reference not set to an instance of an object
New to Authorize.net. I have a .net core 2.2 application . The Authorize.net code is in a class library . The code is similar to https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.cs. Problem1) The app...
Calling webervice results in error “Object reference not set to an instance of an object”
I call a specific webservice method from my android phone app and it always results in the error:Object reference not set to an instance of an objectI call MANY different methods in this service with no problem, this is the only one that gives me an ...
Invalid access token
I'm getting an error when trying to create a customer profile.. "The provided access token is invalid". I am using node sdk and oauth flow for merchant authenticaiton. I tested the same access token in postman to see if it works and it does. I am als...
getHostedPaymentPageRequest settings error E00013
I received an error when I try to send getHostedPaymentPageRequest.Based on https://developer.authorize.net/api/reference/features/accept_hosted.htmlRequest:{ "getHostedPaymentPageRequest": { "merchantAuthentication": { "name": "xxxx", "transactionKe...
Sandbox Outage
Today there was a Sandbox outage, and at no time (including at the time of this writing), was it ever reported to the RSS/Atom feed. I get the sandbox probably isn't all that important 99% of the time, but when I went to run tests and got a near 100%...
tty-box ignoring everything past a certain point.
Anyone work with tty-box? It seems to be ignoring everything past the title: line. It prints the box to the console, shows the title in both area's, but ignores everything past the first costomzation.Is it the formatting I'm using? There's no good ex...
StrongVersions - validate/auto-correct Gemfile for Semantic Version best practices
Hi. I am the author of a gem called StrongVersions. I have been using it successfully on quite a number of projects and thought it may be worth sharing in case others find it useful. The gem provides a command which validates the version definitions ...
CIM does not retain information
Hi, Ive recently been made aware that saved credit cards on the CIM are not functioning anymore on m production site, I cant find any recent saved info from anything but the ARB system. I tested the functionality on our staging server and it would fu...
What's the daily work life of a programmer like?
What do you do on a daily basis? Do you enjoy it? How difficult is it to get a job in programming and how is the work-life balance? Thinking about going back to school for CS degree, would be interested to hear the basics of what it's like to have a ...
Looking for a beginner C++ buddy
Hi, I'm 17M from Europe, I have spent a few months on and off learning C++ but now I want to commit to it and I think a buddy will really help. I learn from learncpp and Primer 5th edition, occasionally sololearn to help reinforce my knowledge. C++ i...
Caching Fetch API response to prevent unnecessary multiple calls
So I'm using Fetch API for my mobile PWA, which is basically just written in HTML and JQuery/JS.Basically if you click on a tab for the first time, I want it to load the response HTML (easy).However, if you click away and click back to it, I don't wa...
Jquery not clearing my textarea on mobile
User enters value in a textarea which i then clear using val() AND .empty.Textarea looks empty.BUT first time i enter a char in the textarea it enters the last characters from the cleared textfield before the new char. So i enter only one char but 4-...
ANetEmvDesktopSdk.dll!!
Is there a .Net 3.5 version of ANetEmvDesktopSdk.dll Thanks,
Is there a timeout, and if so, what is it???
I work at a service provider that has several clients using Authorize.net as their payment gateway. Our system has a 60-second timeout for API requests, and if a transaction takes longer than that, our system will not receive the response about the s...
Infinite Scrolling help
Could one of you kind souls pls refer me to a tutorial that shows you you how to implement infinite scrolling for a page? I've managed to get my code working on my desktop but doesn't work on my mobile device. Are there any jquery frameworks that are...
How to detect a double click between list items for inserting an item in that position/gap?
I want to be able to double click on the space between list items in an unordered list and then display an input for inserting an item between in the position where clicked. I've placed a double click handler on the unordered list and can detect the ...
Infinite Scrolling help
Could one of you kind souls pls refer me to a tutorial that shows you you how to implement infinite scrolling for a page? I've managed to get my code working on my desktop but doesn't work on my mobile device. Are there any jquery frameworks that are...
Apple Pay Token Submit Fails with error 153 in sandbox environment
I am working on getting Apple Pay Web integration and have successfully retrieved my Apple Pay token. I followed all the instructions outlined in both Apple Pay and ADN documentation. Generated all required keys and certificates But Still receive the...
E00007 error but verifed API login and Transaction Key are correct. Solved
Can someone please help me figure out why I am getting E00007 based on this code.If you need aditional files, I can provide the code as I am new to this. I am switching over from SANDBOX to PRODUCTION. Thank you in advance! Authorize.php ( C++ source...
Update subscription payment information with opaque data (nonce)
Hello, Is there some way to update an existing subscription's payment information with opaque data (nonce) to keep it PCI compliant?
Accept Hosted Form: How Can I Get Payment Profiles with getHostedPaymentPageRequest Call (C#)? Solved
Hi, In the Accept Hosted documentation, there is a note below the Presenting Payment Options header in the following section: https://developer.authorize.net/api/reference/features/accept_hosted.html#Requesting_the_Form_Token The note reads: NOTE: If...
Sending info through URL to prepopulate form
I'm new to Authorize.NET. We are using the service for payments on our website. We want to prepopulate the amount and the form with information from our site. We are using ASP.NET MVC. I'm at a loss on where to start. Any help would be extremely help...
Accept.js Enable Paypal Payment Option
We want to enable the Paypal Option in the hosted payment form, currently, we are using the Accept.js lib. for show the credit card information but there has an option missing for pay by Paypal. Please help us to enable that option.
Processor support for EMV devices
Hi, On your EMV Chip FAQ page it says that support for Paymenttech will be in 2018. Can I get an update on if that is available yet? And could I get an update on Global, Elavon, WorldPay, and EVO? Regards.tellgamestop
Styling the HTML inside of a leaflet popup based on values from json
I want to add some conditional formatting to my HTML inside of a leaflet map popup. The popups are all created before the page loads and are part of the map layers. I need to figure out a way to change the CSS styling for specific lines based on the ...
Highlighting words with chrome extension
I've been trying to make a chrome extension to highlighting some words on every page. There is no need for additional functionality, just the highlight names as you would get from Ctrl+f. I've been trying with jQuery selector :contains but not gettin...