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.

mallen
Regular Contributor

Find reason for declined transactions

I am using Wp-ecommerce with Authorize.Net CIM. We are getting transactions that are declined. But it doesn't record what the error code was. I logged into Authorize.Net but those transactions IDs don't appear in the reports. My shopping cart records...

Testing without merchant account

Hi, We are currently in the process of integrating authorize.net into our ecommerce site and our developer would like to test it asap. However, we have currently not obtained our merchant account yet. Is there anyway he can test now without the accou...

jondaley
Contributor

verify.authorize.net is down? Locked

https://verify.authorize.net/anetseal/images/secure90x72.gif stopped working recently. http://verify.authorize.net/anetseal/images/secure90x72.gif works fine. wget reports:ERROR: The certificate of ‘verify.authorize.net’ is not trusted. ERROR: The ce...

tkoole
Member

Android Authorized .net Sample code explanation.

Hi all, I'm looking into integrating authorize.net with my mobile application (Android and iOS but for simplicity just focus on android for now). When initializing AuthNet is there a way to automatically provide the merchant information so the log in...

SIM with Classic ASP (without review page)

I am trying SIM with classic ASP (without the review page). So everything works as far as sample is concerned where it displays the review page and the user hits submit button, it takes the user to the Authorize.net payment form. What I am trying is ...

AVS Declinel and Pre-Auth Approval

Just wondering if anyone knows what AVS code would provide an approval on a pre-auth .. .but a decline on the actual transaction itself. I have come across one example ... that being 'N' ... but wanted to make sure that that was the only one. Thanks....

martin1b
Contributor

CIM Hosted form field not appearing Solved

I'm updating our sites to move to CIM hosted forms. I want to require email address in the payment. So, went to settings for the payment form and added email address to required fields. However, when I run it on the site, email doesn't appear as an i...

sample code vs sdk

Hello, I have a simple question regarding the sample code http://developer.authorize.net/downloads/samplecode/ and the sdk http://developer.authorize.net/downloads/ using php. What is the benefit of using the sdk over a simple curl script? Seems like...

RichardH
Administrator

Sandbox and Production Now Supports SHA2 Certificates Solved

The sandbox environment was recently upgraded to support SHA2 certificates after a rigorous QA testing process. Prior to deployment to our production enviroment, we would invite developers who previously reported issues with SSL and SHA2 certificates...

ZeroGravPro
Contributor

Sandbox Account CAPTCHA Issue Solved

I am trying to create a new sandbox account, but keep failing on CAPTCHA, 10X in a row now. I have successfully completed thousands of captchas on hundreds of websites -- I know how to do it. But the sandbox account creation just won't work, keeps te...

Linking Authorize.net to Costumer Form

B"H Hello, I have a basic form that takes user info in addition to credit card information and the total amount of payment.When I click "Submit", it says "no total amount specified". What does Authorize.net need in order to take payment?Thank you

martin1b
Contributor

CIM Hosted form issues

I'm using CIM hosted option and am having a couple of issues after running AuthorizeNetPopup.openAddPaymentPopup(). 1) When I press 'cancel', the popup doesn't close but whites out. Only the border remains. When I debug in the browser, i get Failed t...

Marcus
Member

web API for list of ARB subscriptions Solved

Is there a web service or web API method which allows to see the list of ARB subscriptions for particular merchant? Thank youMark

martin1b
Contributor

CIM hosted form returns null token Solved

Hi,I'm using the GetHostedProfilePage web service method to retrieve a token. When I reference an account with an existing card, the token value is null. However, when I create a new profile and retrieve a token using the same code, I get a token bac...

glerler
Contributor

Company name in CIM

What is the best way to handle a card with a company name on it??? It seems that just adding it to the paymentprofile will do the job. Leaving the first name and last name blank if unknown. I would think that authorization does not hinge on the corre...

CIM - Do Customer Payment Profiles expire? Solved

We are in the process of implementing a CIM solution. We are hoping to be able to automatically charge an existing Customer Payment Profile every year as part of an annual renewal to our service. Once we setup a customer payment profile, is the custo...

RichardH
Administrator

Did you see our new API Reference Beta?

If you didn't catch our blog post, please check our our new API Reference Beta at http://developer.authorize.net/api/reference. Richard

Proper Process to Handle Missed ARB Payment

Hi, I am using the ARB API to setup subscriptions for my website. I then use the Authorize.net Silent Post functionality to update my system. We have things setup so that if a subscription payment fails one time then the account is suspended and no f...

uca
Member

E00051 error on CapturePayment Solved

Hello, I runned into a problem trying to capture a payment after a previously authorized transaction. I am using the same credit card and the same transaction id. but i get "The original transaction was not issued for this payment profile."i mention ...

Direct Post with Razor and MVC 4

I am attempting to convert the quick start sample for Direct Post for use with Razor (MVC 4) and running into some problems. The main one right now is that Html.BeginSIMForm seems to render the form at the top of the page (above the DOCTYPE tag) and ...

CIM Hosted Form issues in IE 11

We discovered this past week that the CIM Hosted Form isn't working properly in our web app on IE 11 on Windows 7 or 8.1: form elements immediately lose focus as soon as gaining focus. For example, if I click in the Card Number field, the cursor will...

Experiencing timeouts using AIM

Tried both Classic ASP and DotNet and am getting timeout messages. Has anyone else experienced this issue?

SSL certificate problem - again

Hi, This is the same problem as last year.http://community.developer.authorize.net/t5/Integration-and-Testing/Intermittent-SSL-errors-with-AIM/td-p/28524 I'm using PHP and curl() to connect. With the CURLOPT_SSL_VERIFYPEER option set to true I'm fail...

GKWeb
Member

Website Integration with CIM

HI Everyone! I need some feedback. Last year we integrated both our ERP and website systems with Authorize.net CIM. Based on decisions by upper management we choose to have the user always enter their credit card information during checkout on the we...