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.

AVS mismatch error just for some transactions

Hello, We are developing a web site which uses InfusionSoft to process the payment transactions. We set authorize.net as the payment gateway at InfusionSoft. We are getting the following decline error message for some transactions "The transaction ha...

Webhooks with single Auth.net account but different partners?

Hi! I'm wondering is this possible:1. Have a single auth.net account.2. Register one webhook (webhook A) for payment transaction events from one integration partner (Partner A).3. Register a second webhook (webhook B) for payment transaction events f...

VBA error in sandbox

This is really bizarre. I have two Access applications running a test app and a client app.In the test app, I have used the following to post a request and get a response, and it works fine: Test AppPost_URL: https://test.authorize.net/gateway/transa...

Reg handling CIM Transaction response

Hi Team,Is there any official documentation on handling the CIM transaction's response if the transaction gets failed?With regards to CIM transaction, we will get the result in the object ResultIn Result, we get list of net.authorize.data.cim.DirectR...

TroyW
Contributor

How to prevent brute force attacks on iFrame?

I have a website using the hosted iFrame on the addPayment page (https://accept.authorize.net/customer/addPayment). A hacker is starting with this page, then seems to have a script that tries hundreds of card numbers per minute until the page success...

Response Missing from Authorize.net

We are using the Accept Hosted method of Authorize.net in our application. To receive the response from the Authorize.net, we are following the approach suggested by Authorize.net, which is using the javascript. But sometimes we are not receiving the...

What is the best approach for logging levels?

I am currently struggling setting up the log environment. For now, I am using Seq and the Seq.Extensions.Logging package. This works well in my personal case, as there is no team etc involved, so I am the only person viewing at the logs.However, I'm ...

404 return

New from this morning.Calls to api2.authorize.net return 404. Switched back to api.authorize.netAnybody having the same issue ?

Refund description

GUI for refund allows to set Description field (Reason for Refund). Is it possible to send this Description with Authorize.Net API?

Using Fetch with an ASP.NET Core app

In a bid to replace jQuery in our applications at work, I'm trying to retrieve data and place it into HTML elements on the page. The controller code runs fine and will return a json string ouputted to the browser if I manually go to the URL.If I use ...

Returning to .NET

I've been away from C# and .NET programming, as a whole, since late 2017. Back then, I was working on an MVC web app with an AngularJS frontend. I know that a whole lot has changed while I wasn't paying attention, especially in the.NET Core arena. An...

MySQL Ring Buffer Best Practice!!

Hello, I have just installed MySQL Community Server on a windows machine, I’ve created a table and I am inserting a row every second. At this stage I have not gone live so I can still change pretty much anything I need to. One of the requirements is ...

how to use Hosted Form in angular 5

I have added for html file

Trigger Accept Transaction Open AuthorizeNetPopup
for typescript fileclosePopup() { document.getElementById("divAuthorizeNetPopupScreen").style.display = "none"; document.getElementById("divAuthorizeNetPopup...

Payment Error : Accept.js is not loaded correctly - E_WC_03

Hi Team, We are getting this error in our sandbox and production sites sometimes. In some systems it is not fixing at all even after flushing all the browser and DNS cache and loading accept.js file directy in the browser. But in some systems it is g...

kduong
Member

Declined Card being approved in Test Mode Solved

I have a test card (5130405452262903) that should always yield a declined status in Test Mode. However, the transaction request always gets approved and the transaction status turns into Captured/Pending Settlement. After the transaction is finished ...

kabutotx
Regular Contributor

My New Authorize.net API Coldfusion CFC

I created a new Coldfusion CFC that supports Authorize API for payments, CIM, ARB, and Accept Suite. Would love for people to give it a test and give feedback. This was based on TWCreations old AuthNetTools. I updated it for API support and new funct...

jmack
Member

Overlay occasionally broken for CIM Hosted Form

We have been using the newer CIM Hosted form for a year or so now. We keep getting reports that the form is not interactible. We have received screenshots that show the grey background is being put overtop of the form. We have followed the instructio...

Testing error - support seems unavailable

Hi there I posted this on another thread but nothing came back so im posting it again We have followed all your instructions and this still doesnt work. ~~~~~~~~~~~~~~~~~~~~~Original Problem~~~~~~~~~~~~~~~~~~~~~when trying to send card details to you...

Google Pay and Recurring Payments

hi, I know that Authorize.NEt has Automated Recurring Billings (ARB) subscriptions. But, I see that those require only credit card or bank information for automated transactions. Can we have a subscription created using the Google Pay payment card to...

rpaulh
Member

Newbie trying to get Company info into A.net.

We have a web developer who is redoing our site and trying to get the Company name to process into A.net. It is a WordPress site and all we are doing is performing a basic CC payment transaction where we enter the Company name with all other fields b...

som84
Member

Using the Accept Customer Hosted Form

Hi, I want to implement customer Hosted Form as mentioned in below link in asp.net webforms. https://developer.authorize.net/api/reference/features/customer_profiles.html#settings. Can any one guide me to proper documentiontion. in this document i am...