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.

Drupal recurring payment works only with sandbox not live

I am using the Drupal moneyscripts module for recurring payments, everything works as it should, when I am using my Authorize.net sandbox account, but when I enter my live API key loginthe module fails. meaning the user is not created in Drupal and t...

Bill to State/Province is required

Why am I getting this error message, and how do I fix it? When trying to verify and test Authorize.net with my shopping cart, I keep getting this error message. I am not sure what settings I need to change in my tools. I'm sure it's something simple,...

gloria10
Contributor

List for key/value pairs for post string in AIM Solved

Hi All, I am starting to learn about Authorize.Net and downloaded the AIM Example to get an idea of how things work. I have the example working fine. In the example, it creates a Dictionary object of key/value pairs that will become the post string. ...

rjrsinc
Contributor

Integration of Authorize.net plugin with Chasepaymentech

Hello, I'm building a Joomla! 2.5 website that is using a Event Component called Event Booking. This Component has a Authorize.net plugin for it. There is also a Authorize.net SIM plugin available for it as well. My client want's to use ChasePaymente...

usbc
Member

Want to hire expert for CIM integration

I would like to hire a expert CIM developer.This is a short term project. The right candidate will have completed several successful installations.Please contact me via email / private messageThanks

Question about multiple website with one Authorize.Net account

We have a client who has a website we created to take reservations for ttheir hotel. They have expanded and have opened a second location which was requested to have a completely seperate website for. In this situation can we process the payments wit...

Wstar
Contributor

ARB Successfully Cancels But Doesn't

I have a silent post script which checks to make sure payments are not declined. If they are, then their membership is deactivated. For debugging, I have an email sent to me about the ARB response. The ARB response for doing a ARBCancelSubscriptionRe...

KSGRao
Contributor

CIM Hosted Page Solved

Here we going to save customer profile using Customer Information Manager [CIM] . But we want to know whether there is any hosting page at your side. so please clarify us regarding hosting page to save customer profile. If there is any hosting page a...

MD5 AuthorizeNetSIM.GenerateHash does not match $response->MD%_Hash Solved

$api_login_id = AUTHORIZENET_API_LOGIN_ID; <-- Authorize.net supplied login$md5_setting = AUTHORIZENET_MD5_SETTING; <-- Value I set in SandBox Account>MD5-Hash$response = new AuthorizeNetSIM($api_login_id, $md5_setting); <-- Create the response $log-...

Development of an Android Mobile Application

BLUF:So the question I have is, is it possible to develop a completely standalone mobile application that does not need to communicate with a server that I provide, that still can process payments for our users. I've been looking at the SDK and sampl...

send Payment Receipts for ARB and AIM

Hello,1) Currently Authorize.net is sending Payment Receipts for their Transcation directly to our client. can we stop them ? if so then how ? 2) is there any way to send Payment Receipts On demand ? if so then is API available for it ? Thanks!

E00003 : Name cannot begin with the '+' character Solved

I'm am using FileMaker Pro and the XML Post method to submit transactions including CIM. I am able to submit the following XML code successfully on a Mac using the Mac version of FileMaker Pro 11 and the Troi URL plugin to handle the URL Post operati...

jlanawalt
Contributor

CIM payment creditCard expirationDate expected formats

In the past and current (Oct 2013) CIM Guides it documents the expirationDate field as having a format of YYYY-MM. Is the format that strict, or do you interpret other values? I find it interesting that when expirationDate is returned in a CustomerPa...

Quickbooks Download

It's quite frustrating that there's no way to get a Quickbooks download from the sandbox environment! Why not? I have a lot of questions and have spent hours in the forums looking for answers. Not much there about how the fields being sent to the SIM...

Silent Post Empty Post Solved

Hello, I just configure my URL for the Silent Post.The call just work fine, but I can not get the post data.I just do this: $txt = ''; foreach ($_POST as $key => $value) { $txt .= $key.': '.$value." \n"; } $q = "INSERT INTO auth_silent_posts SET `dat...

sample.php question Solved

I'm new to Authorize.net. I've looked at the two AIM examples I could find (The coffee store example and the sample.php example -- which I posted below) It seems that the sample.php works fine but it does not seem to reference the SDK AuthorizeNet.ph...

jlanawalt
Contributor

CIM Hosted Form manage missing Cancel or Close option Solved

I am trying out the Hosted Form option of the Customer Information Manager (CIM) using the Lightbox style method. I can Add and Edit Payment Information and the lightbox forms look similar to the ones in the PDF documentation. When I attempt to manag...

can we use cim data to create arb

Hello, We are using CIM with our website. now we want to create ARB for customer. can we create ARB from customer payment information that we get from GetCustomerPaymentProfile API response ? Thanks!

Cancel button not working in hosted form CIM

Cancel button has a function btnCancelEdit_onclick(g_paymentItemEditInfo, 999) which is generated during runtime. If i call the AuthorizeNetPopup.openAddPaymentPopup() pop up the cancel button does not work but if i call the AuthorizeNetPopup.openMan...

Authorization Request without CreditCard Number and Expiry

Hi Al, To meet PCI Compliance standards i am not saving card data on local db. I created card on AuthorizeNet servers and i have CardID returned from API. I need to Authorize a transaction but AuthorizeNet Authorization class demands following parame...

CIM updateCustomerProfileRequest Form Using PHP Throws Error

Background Info: 1. We have successfully been able to create the XML post code and form/button to enable the user to create a new profile at Auth.net. We are passing the shipping data. We are NOT passing the billing or the credit card information. We...

Card Type Missing from Java Reporting API Result Solved

We are using the Java API to retrieve transaction details so that we can build some custom reports for our customers. During the process of building out one of the reports, I noticed that the CardType was always coming back as unknown. That issue tur...