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.

Integrating Existing Merchant Accounts

I've successfully implemented the onboarding flow for signing up new users through my reseller account when the user does not already have an account with Authorize.net. However, we have a few clients that already have an account with Authorize.net a...

Devin
Contributor

Authorize Payment Profile Amount Solved

I see that you can authorize a Credit Card for a certain amount but I only see that you can validate a customer profile by charging $0.01 or mathematical. Is there a way to send over a payment profile and an amount and authorize it for that amount to...

Transactions that fail AVS still have ResponseCode OK

Hello, If we setup AVS rules, the transcations done via the API still come with resultCode = OK, but the other transaction fields have the correct values: transactionResponse.avsResultCode and transactionResponse.acvvResultCode And so, the developer ...

dnsBuffaloNY
Contributor

Accept.JS and ACH?

I got the Accept.Js working and it looks good (other than that annoying XmlHttpRequest 'No-Access-Control-Allow-Orgin' error) It's cool because I can plug the returned nonce/token directly into the c# SDK and it works perfect simply by changing this ...

java jsp sample code for Accept.js method of integration

I am looking to integrate my application using the Accept.js method and have downloaded the sample code but the only samples in there are for php. Do you have sample code for this using jsp/java as the php samples are not of much use to me.

dnsBuffaloNY
Contributor

Newbie Question - CreditCard Postback Solved

Hello, I'm looking to integrate Authorize.Net in my existing website. My website was developed in .Net, therefore, I plan on using the Authorize.Net SDK for c#.net Also, I have purchased and installed a SSL certificate for my website. I'm paranoid th...

zappullae59
Contributor

Logging Level Solved

So, I have ANet integrated well into my system and would like to turn down the logging level for just card processing, not the entire system. Is this possible and if so how do I do it? I'm using Java / Tomcat / log4j and AIM.

seeraig
Contributor

Recurring Billing: Create a Subscription Solved

Hi, How do I get the response to include the profile information like in the example? 247150 215472 189691 Are there specific fields that are required for it to return the profile info? In my response back I am only getting the SubscriptionID back.

Creating a donation form with RSForm

Hello,I am trying to create a donation form using RSForm with the Authorize.Net plugin for Joomla. I have the form set up, but when I submit my payment, I get the error "Bill To First Name is required."I have my First Name field named firstName, so I...

550 error from Accept.js

Accept.js is returning a 550 access denied error when attempting to fetch a payment nonce. I'm still in development so I don't know if the issue is happening on production as well, but it is happening in the sandbox (https://jstest.authorize.net/v1/A...

jleow
Member

TEST API END POINT ERROR Solved

For some reason, whatever request I sent the test API end point just respond with the following error message. Did anyone else experience this? The custom error module does not recognize this error.

vlasar
Member

Hosted Form and API responsiveness

Hello, We have been successfully using Authorize.Net as our payment gateway for a few years now and are in the process of migrating to the Hosted Form (http://developer.authorize.net/api/reference/features/customer_profiles.html) to meet PCI complian...

zamiksica123
Contributor

Authorize.NET SIM - Remove credit card

HelloHow I can I remove some credit cards from https://secure.authorize.net/gateway/transact.dllThere are displayed 6 cards and I need only Master and Visa (and only accept those two).Where it can be configured?Thank you.

Testing the "Account Updater" feature offered through CIM

Hello, We've successfully integrated our winery ecommerce solution with Authorize.net and have now updated this integration to take advantage of the "Account Updater" feature described here: http://www.cybersource.com/content/dam/cybersource/Account_...

Having trouble getting re-started

Please excuse if this becomes a long post. I work for a small web development company that provides custom solutions (often involving e-commerce) to other small-to-medium sized businesses. In the past, I have created my share of solutions using Autho...

Silent Post - Failed to establish connection

Hi, I am using http://authnet.johnconde.net/tools/silent-post/simulator.php to get a silent post response. However, it throws an error saying "Failed to establish connection with Silent Post URL". I verified the URL which is used and 'am able to comm...

New API Java SDK is not thread safe

We have been using authorize.net API SDK for a period of time, everything worked fine. We recently want to upgrade our API to the new one. After reviewing the new API, we found that this new SDK implementation is not thread safe and cannot be used. C...

Md5 Hash not match for Refund callback

Hi.I successfully implemented a Silent Post callback url that checks the md5 signiture this way:For Silent Post, these values are used for creating the MD5 Hash, in this exact order:The MD5 Hash Value, which is assigned by the merchant in the account...

Create Shipping Address in CIM, C#

C# in .NET 4.6.2, API from the .net Nuget 1.9.0 package... essentially stock example code from the API docs and the GitHub page. I've been able to delete, but can't update or create new shipping addresses. I haven't checked payment profiles yet. Prof...

Sandbox - is composer necessary to run?

Hi, I have not installed composer because the hello world says you don't necessarily have to - but I have not gotten it to run. I followed the instructions here: http://developer.authorize.net/hello_world/ The SDK is installed, plus charge-credit-car...

zappullae59
Contributor

Merchant Account Suggestion Solved

Hi, I'm not sure this is the right forum to ask this type question but I'm setting up a new e-commerce system and have ANet integrated into my app using AIM and am looking for suggestions for a merchant account. I'm tempted to move to Square because ...

Test Card Numbers Not Working Solved

I am currently trying to setup my app to work with accept.js and am testing in a local environment using the sample credit card numbers (found here: http://developer.authorize.net/hello_world/testing_guide/) However, I keep receiving the following er...

Hosted Payment md5 hash error 99

No matter what I do, I cannot make my fingerprint match that generated by https://developer.authorize.net/api/reference/responseCode99.html My PHP is below, and it used the hmac function from the SDK. I'm using fixed values for testing purposes. Desp...