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.

Accept Hosted Form & Recurring Billing

Hello Everyone, Let me explain case scenario what we are planning to achieve - 1. Whenever the user clicks on "Checkout" button the web application will redirect the user to Accept Hosted Forms (which opens in iFrameCommunicator) and fill up details ...

PHP SDK and CIM - Applying invoice number to payment

I'm using CIM to save customer data and charge the card later. It is working great, but I'm not seeing a way with the PHP SDK to apply an invoice number to the transaction itself. I Googled it to death, but couldn't find a solution. Is there somethin...

Laravel net/authorize E0007 error

Hey, I just picked up this project from a previous developer team and the client changed the transaction key for security with the other developer. I updated the .env file for the project but payments are failing and authorize.net is not seeing they ...

Accept Hosted: iframe response not properly encoded

If a customer has a company name with an ampersand in it, the message posted back to the event listener does not have the response parameter URL encoded. This will break the parseQueryString() function used later. Anyone run into this?

coppercup
Regular Contributor

User unable to load Payment Form

A user is having difficulty loading the embedded hosted payment form on one of our client's sites. They get the browser error "Can't reach this page make sure the web address https://secure2.authorize.net is correct" in Edge. They have tried to load ...

Required fields triggering refund errors through PHP SDK

Hi,During our testing, we are seeing the Refund API call trigger errors about Billing Form fields not being included if they are specially marked as Required in the payments form settings area. Is this intentional? It would seem that refunds should j...

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

Silent Post and Virtual Terminal Voids/Credits?..

Hello, This should be an easy question but I do not have access to a live account to test it out and need to confirm this is available. When logged into the merchant interface and running either a void or a credit transaction, is the transaction info...

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