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.

Enabling query log causes an error

I need to enable the general query log in my.cnf and when I add this:general_log = 1log_output = FILEgeneral_log_file = /var/log/mysql/query.logIt causes an error and mysql doesn't restart. I tried writing it in a thousand different ways and looking ...

bobbydoogle
Contributor

C# .net ReportingGateweay 1000 Limit

I'm using .net / c# and am supporting a production application and I believe there have been issues caused by a 1000 limit on the number of transactions returned from GetTransactionList. Whats confusing me is I see no way to change the limit, or page...

Accept Hosted Form Billing Country Text Overlap/Style Issue

Implementing the Accept Hosted form. It seems to work fine. I understand that there are basically zero options for style/formatting customizations, but there is an issue I'm seeing on OSX in Chrome (seems OK in FF/Safari) that's super frustrating whe...

Accept.js Client Side Errors

Hello,We Switched from AIM to accept.js with our own payment form a couple months ago, it is live and in production. Works the vast majority of the time but will persistently error out for random customers (as in, it will error out that same customer...

bcarpe
Member

2FA and Application Integration

We had a client mention that Authorize.Net was requiring 2FA now to log in and was wondering if it would affect our application's integration with it. I wouldn't expect so, but wanted to check in here to be sure.

bcarpe
Member

2-Factor Auth and Application Integration

We were notified that AuthNet is starting to require 2-Factor Authentication for users to log in. There hasn't been any change for application integration has there? I wouldn't expect so, but wanted to double-check.

Adding Payment Profiles During Transactions

When I'm creating a regular old charge-card transaction, I can pass "createProfile" to automatically create a CustomerProfile and a related PaymentProfile, which is great. Later on, if the same customer returns and checks out again, the "profile" por...

Sandbox Approving Expired Cards and Bad ABA's

When using the direct post API, it used to be, at least according to my testing code, that I could test an expired card error by sending a passed expiration date. However, now I get an approved response with an expired card. Additionally, I used to g...

Dataset Integration API

I have to normalise a dataset and design a schema in MySQL. Two of the attributes are unique identifiers for each tuple (that is, they are each primary keys in their own right). How do I satisfy lossless decomposition? I'm thinking of making a table ...

Response Delay

Hi, We recently updated to windows server 2016 and once we updated when we an order is being place or anything that requires a connection to authorize.net is not taking upwards of 20 seconds. Are there any server settings that need to be changed? Any...

Accept.js data-responseHandler not callback

We have some customers can not finish Credit Card payment on our site. After input credit card number then click 'Place Order' button in popup dialog. The UI in "loading" status forever. After debug found data-responseHandler callback function does n...

Normalisation of dataset with two primary keys

I have an assignment where I have to normalise a dataset and design a schema in MySQL. Two of the attributes are unique identifiers for each tuple (that is, they are each primary keys in their own right). How do I satisfy lossless decomposition? I'm ...

How to Remove T00:00:00Z from DateTime?

I'm new to MySQL. I am using MySQL 5.6.I have inserted values of DateTime data with DATE_FORMAT(date_add('2020-07-01', interval hours.hour hour).Hours.hour is just a table with hours 0 - 23 that I am using to populate the database with every hour for...

challa
Member

What is integration in math and why is it important?

I give a smart kindergartner a rectangle with height 2m and width 4m; I ask the kid to find the area. The kid is smart and tells me 2x4=8m.I give the kid a drawing of a God-awful figure with a curves on top with various heights. I ask for the area. H...

.net core 3.1 Integration testing with in memory DB provider.

.net core 3.1 Integration testing with in memory DB provider. Has anyone experienced issues while doing it ? Problem is that always real DB from web api is being used. Somehow I am not able to override this behavior. Any help will be appreciated than...

.NET Standard integration with .NET Framework causing much pain

We have an initiative at work to move all of our servers to Linux, so we're trying to incrementally move to .NET Core by making all of our new code .NET Standard.We have an internal Artifactory server that we're pushing these new .NET Standard packag...

Latchu
Member

Website designers in Toronto

With web authorities like us in Toronto, your principle objective for the ideal website head is done. We give the best methodologies in SEO, IT checking and each other getting sorted out measure that can be found no spot else. Plan to be the particul...

Switching payment processors. Stripe to Authorize.net

So I have an internet based business that was deemed high risk by stripe so now I've been approved by Authorize.net. I have a subscription based service so I have many customers paying monthly. Stripe has been awesome and very helpful. I hired a soft...

Integration testing - How do I deal with authentication?

I am trying to setup some integration tests for a web API. Some of the routes in the controller I am interested in use the [Authorize] attribute, backed by JWT authentication using Identity Server 4, to prevent unauthorized from accessing certain res...

nd_sql and mysql ?

Hello everyone Currently I have hosted a website on server In php configuration I saw nd_mysqli was bydefaut and mysql was not selected My website database is on phpmyadmin Can anyone tell me the difference between nd_sql and mysql? If I changed to m...

MySQL optimization, advice on how to get help

I have a NodeJS website that takes about 6 seconds to complete some basic select queries. I'm no MySQL expert and I'm not exactly sure why this is occuring.I wanted to know where I could get help some help on my issue and how is the best way I go abo...

Regarding the Transaction Declined issue

Hello, We are facing an Authorization issue with one of our client when we send the Transaction request to your API. The scenario is like, We are sending the Authorization request using the "Payment Profile ID" to your API as per the Request given be...