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.

Basic guide to test webhooks in sandbox live env?

hi all, I've doing authrorize.net integration into a website and im having a issue when testing a webhook,I switch sandbox mode to LIVE I've setup a webhook with http://webhookinbox.com/ and did some payments through Accept hosted form, Success repos...

Suggestions For The Best Magento Hosting Option

I have just created an online store and now looking for the best magento hosting options for my ecommerce store. The store is operational in the UK region and will be featuring leather jacket related products. So, if there is anyone who can suggest m...

Test webhook in sandbox

im integrating AuthrozeDotNet with a C# application and i want to do the checkout fulfillment through a webhook, i checked some of the previous questions and in those answers, i noticed that webhooks are not working in the test mode, is that through?...

PHP SDK issue Locked

Hello, I've got the SDK installed via Composer and here is the path: /anet_php_sdk/vendor/autoload.php I'm loading it like this: require $_SERVER["DOCUMENT_ROOT"].'/anet_php_sdk/vendor/autoload.php'; There are no load errors and I checked by changing...

PHP SDK working locally (sandbox) but not working on production

Hello, I have a PHP Laravel application currently processing payments with the PHP SDK (1.8.7). For some reason, it stopped working and I cannot update our customer's card anymore (AuthorizeNetCustomer). The last successful update was on 2020-01-06. ...

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