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.

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...

Validate a specific type of card in VBA Solved

I've got some VBA code running in the sandbox and it works when I pass in a valid card # (based on the text guide). But I cannot find any code samples which include the card type so that if I enter: Visa: 4111111111111111it approves the transaction b...

Accept hosted Form Currency specification

Hi, I'm following the instruction reported inside the documentation page (https://developer.authorize.net/api/reference/features/accept_hosted.html#Integrating_the_Form_using_a_Redirect) to set up an Accept hosted form with redirect method. Everythin...

hav
Contributor

Upgrade to New API 2020 and IPN

It has been forever since I first implemented Authnet support on a client site. The only recent change as upgrading the SHA stuff - so even that's been a while. I now see that he needs to have things upgraded/converted to use the "new API". I really ...

WebAPI authorization and security

Hello, fella .NET dev here. I was wondering, suppose we have a .NET WebAPI where we want to implement authorization for our web application and client side (front end) written in some other technology (React or something else...). What are some of th...

relay response problems

Hello all. We are encountering a problem with the "relay response" of a SIM transaction. (We are aware that SIM is deprecated and are planning a new integration, but in the meantime we need this to function.) Our logs show that we were receiving rela...

Cross site cookies from visa.com to authorize.net

While trying to set up our integrated payment workflows, I'm seeing several errors in the chrome dev tools window that seem to relate to cross-site resources. When using Accept Hosted: -> Clicking on the 'Pay' button which opens the HOSTED-on-authori...