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.

Searching for a Web Developer in S. Louisiana

We are completing a new website using WordPress, Woo Commerce & authorize.net. Our issue is we are not able to calculate the freight at the time of the order. Authorize.net tells me we need to perform an Authorize Only to verify the information and p...

C# app with In Person SDK, detect Card Reader issue

We have a C# app using the Auth SDK In-Person. The issue is when a user runs a transaction with the app using chip reader, and then shuts the application after the transaction, the next time the user starts the C# app, then card reader is not detecte...

Sertek
Member

Credit card expiration date cannot be collected

I am testing in the sandbox and seeing something unexpected. When I update a customer payment profile (in live mode via the php api) with an invalid expiration date such as 11/99 it updates without error but when I charge that same customer payment p...

Not getting any responses from Accept Hosted IFrameCommunicator

Hello Team,I am trying to use AcceptHosted IFrameCommunicator. Call to Authorize.net is successful as it returns 200 code when i checked in Developer tool Network tab. But i am not getting any response back on my application. For testing I have added...

Not getting any responses from Accept Hosted IFrameCommunicator

Hello Team,I am trying to use AcceptHosted IFrameCommunicator. Call to Authorize.net is successful as it returns 200 code when i checked in Developer tool Network tab. But i am not getting any response back on my application. For testing I have added...

"Null" Response from Authorized.net 'ANetApiResponse' Object.

Hello,I'm Developing an Android App and I have the necessity of using Authorize.netRecurring Payment, so, I have added the Java SDK of Authorize.Net in myandroid app as a library.But once I'm hitting the API I'm getting a null response, even if I hav...

ECC Question

Is it still possible to enable ECC on merchant accounts? If not when was it removed as an option? It seems like it is still enabled on the sandbox version. We developed a site expecting ECC to be an option that is available, but now we have hit a roa...

Internet Explorer Cannot display this page?. Locked

Hello, When I set x_test_request to FALSE things break. But not everything. I get the message"Internet Explorer Cannot display this page" instead of the senseless nonsense about the card was accepted, which Isorta came to expect. I also get an email ...

Multiple Recurring Subscriptons with Similar Parameters

We are able to set up recurring billing subscriptions for our donors through the API. But if the same donor wants 2 recurring billing subscriptions with the same details (interval, amount, day-of-month, etc.) the createSubscriptionFromCustomerProfile...

Uncaught TypeError: t is undefined in AcceptUI.js

Firefox Javascript console shows this error: Uncaught TypeError: t is undefined p https://jstest.authorize.net/v3/AcceptUI.js:1 t https://jstest.authorize.net/v3/AcceptUI.js:1 onreadystatechange https://jstest.authorize.net/v3/AcceptUI.js:1 Please fi...

HostedPayment token security issue

I am implementing HostedPayment using an embedded frame. while integrating I have noticed that the generated token is available on the parent page which can be easily manipulated with a different token. As the form and iframe are on the same page so ...

Security Issue in HostedPayment

I am implementing HostedPayment using an embedded frame. while integrating i have noticed that generated token is available on the parent page which can be easily manupulated with different token. As the form and iframe are on the same page so anyone...

Error in servlet when trying to charge a credit card

I am trying to make a donation page for the company I work for, and when i try to run the application, I get this error in Netbeans: java.lang.NoClassDefFoundError: Could not initialize class net.authorize.api.controller.base.ApiOperationBase The lin...

GetCustomerProfileIds without ProfileId?. Locked

Hello, In a situation where there was a capture error of the id on my end, say the result of a time out in my database (an unfortunate, unavoidable reality), I could be stuck with a situation where upon attempting to create the profile again, I will ...

authorize-net how to use the form token (react JS)

o I would like to implement a payment system using authorize.net I tried their sandbox which is fairly easy to use. code below

However a production sounds more difficult to implement. I was able to implement the API call to get a form token, but th...

Silent Post & Virtual Terminal Voids/Credits?. Locked

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

olimits7
Contributor

Updgrading CIM to CustomerProfiles?

Hi, My website is integrated with "AuthorizeNetAIM.php" and "AuthoirzeNetCIM.php" and I see based on the below link that that these are "deprecated". I see for AIM I need to upgrade to use "/PaymentTransactions" API and for CIM I need to upgrade to "...

keshet
Member

Sandbox did not settle transactions after changing cut-off time

My sandbox has been set up and working for a long time. My test transactions would always be settled the day after I submitted them. Yesterday I changed my cut-off time from 9:00 pm to 3:20 pm. It was 3:09 when I made this change. My hope was that th...

anush
Member

window[I] is not a function.. AcceptUI.js:1

button code:Submit For Payment Javascript code:function responseHandler(response) {if (response.messages.resultCode === "Error") {var i = 0;while (i < response.messages.message.length) {console.log(response.messages.message[i].code + ": " +response.m...

How can I upgrade from Magento 1 to Magento 2.?

I have an ecommerce store created on Magento 1 framework and it was working very fine for me. However, the dynamics have changed as Magento 1 end of life has finally hit the deck which means there would be no future updates for Magento 1 framework. S...

Verify Credit Card Before ARB

Newbie question. So I'm looking to start a subscription-based service by using ARB. Before I sign the user up for a subscription, I would like to verify the credit card is good. This is my approach, please tell me whether or not this is correct. If n...