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.

AIM and PHP SDK missing currency_code

I'm using the PHP SDK (version 1.1.8) to do an Authorize and Capture. I'm trying to set the field "currency_code" and get this error: [15-Mar-2013 08:46:21] PHP Fatal error: Uncaught exception 'AuthorizeNetException' with message 'Error: no field cur...

Atif
Contributor

x_fp_sequence generation problem in secure.authorize.net

Hi.... I have a problem in the x_fp_sequence generation problem..... Getting the error in transaction the error code is 99. I think this is the problem with fp_sequence generation.. Please let me know how to generate the Random Sequence Number @ Merc...

how ARB handles failed payments

Hai guys, I have already implemented ARB each month.say for example payment was successful for few months. My question concerning ARB is that what happens if a payment is failed (card is expired, no money on bank account, etc...) 1) WIll Authorize.ne...

Which methods allow for server ping "zipcode entered wrong"?

Hello, Our company uses one of the simpler Authorize.net integration methods. As we start seeing more credit card transactions, I am noticing that when a user enters the wrong zipcode, we get a response from Authorize.net that just says "credit card ...

mallen
Regular Contributor

Is response code the same for AIM and CIM Solved

Is the response code the same for AIM and CIM? I have a AIM shopping cart and it checks if "1" or "4" is returned. But in my CIM method it returns "I001" ok.

tammyw59
Contributor

SIM Relay Response

I am trying to integrate WordPress eShop plug-in with Authorize.net and have it working pretty well except for what appears to be 2 issues. 1. It doesn't appear that I am receiving the relay response data from Authorize.net and am not sure how to ver...

mellie
Member

Spanish Hosted Form

Is the hosted form available in Spanish? Thank you, Mel

Error 13, data validation, HELP been at it all day since 2AM.

Posting the message below to 'https://test.authorize.net/gateway/transact.dll' using the 'POST' method, receiving the reply:

The following errors have occurred.

(13) The merchant login ID or password is invalid or the account is inactive.
So I tried th...

iOS SDK and Shopping Carts

I'm trying to determine if the iOS SDK from Authorize.net supports a shopping cart mode. It appears that one would need to register each device submitting payment transactions with a device limit of 100. This makes sense if I'm developing a Merchant ...

Way to use ARB api when CC info is taken through DPM?

We've implemented our donor site using DPM, not realizing that it could not handle ARB. My client wishes to remain PCI compliant, specifically SAQ-A. SAQ-A requires that credit card information never touch the server in any way. If I have the transac...

bones
Member

Using PHP SDK Credit response has invalid format. Solved

Hello, I am using the php SDK to run credits to a CP account. When I use the following code: $auth = new AuthorizeNetAIM(LOGIN, KEY); $auth->setFields( array( 'amount' => 12.12, 'card_num' => 1234 ) ); $auth->setCustomField('x_ref_trans_id', 12345678...

SIM Relay Response data truncates at non-ASCII characters Solved

I've been using SIM with Relay Response for over a year without any problems. I update a table with customer info from the response. Recently I noticed that if a response field contains non-ASCII characters, the data is truncated right before the non...

CIM - Adding Payment Profile

HelloI had AIM working fine on my site but am now swithing to CIM. I am processing in steps in which I first create the customer profile with the following. $request = new AuthorizeNetCIM; // Create new customer profile $customerProfile = new Authori...

WLM integration

There seem to have problem with authentication when returning from authorize.net to a site with WLM plugin. Any thoughts about this?

kbh
Member

New VISA requirement of separate transaction fee

We have been submitting credit card transaction requests to the payment gateway using the AIM method.Specifically, our exam fee and the convenience fee were added together and sent as one transaction request. So ifsomeone purchased a $50 exam, and ou...

Where can I get "secured by Authorize.net" or similar image?

We want to put this message on our payment page, so user can feel confident of the transaction. I have seen the Verified Merchant Seal, but we want something like http://www.xpxglobal.com/images/SecureCheckout.GIF which can show clearly our transacti...

ARB Customer Cancelation

Hi thereI have a website I am creating that is a wordpress website, with a membership subscription service. The plugin that handles the membership offers Authorize.Net as a payment gateway.The issue I have is that the site offers 12 week membership, ...

Instant Settlement Solved

Recently, I made a purchase on an online market. The transaction was instantly charged to my account and I was able to receive a reciept instantaneously. I am developing a small site that uses authorize.net to charge users and I was wondering if char...

ughwtf
Member

Why is Authorize.net refusing to post to my Relay URL?

Hi -- After my site moved from a shared IP address to a dedicated IP address with SSL -- my DPM integration stopped working. Authorize.net refused to post to my relay url. When I switched back to the shared IP w/o SSL, everything works fine. I do not...

AuthorizeNetDPM Form

Hello,I am new to PHP scripting. When implementing the (DPM) I was interested in passing the name and address information into the credit card request form. i have created a direct_post.php file on the fly for each visitor. It now includes these addi...

Basic integration of a hosted form for CIM

NOTE: TRYING TO IMPLEMENT BY THE END OF TODAY! I am a novice developer. I need to integrate a hosted CIM form into our website. I am looking for the basic code that I can copy and paste into our site for things like Name, Shipping Address, Billing Ad...

biot
Member

Simple Checkout

Is there any reason why "simple checkout" (as it is described at http://developer.authorize.net/api/simplecheckout/) could not be used downstream of a shopping cart? In other words, after the buyer has put items in the shopping cart on the merchants ...

Atif
Contributor

how to change transact.dll page textfields as readonly....

how to change transact.dll page textfields as readonly.... means not editable by user..because am sending values from my website form page through sessions into transact.dll page.so user not edit that textfields.. so plz help me soon how to change th...

field size

Where can I find max size for all message fields? Thanks,Juan SilvaMy Small Bizz, LLC

jlvn
Contributor

Timeout with CIM createCustomerProfileTransactionRequest

Hello, I am encountering an issue that only seems to happen from time to time. I am using the HTTP POST method for CIM with the URL at https://api.authorize.net/xml/v1/request.api. Occasionally, certain calls to createCustomerProfileTransaction will ...

biot
Member

Generating the Unique Transaction Fingerprint

In the submitting transactions sec of the SIM manual it makes ref to sample code for UTF generation. Checked the an developer samples at http://developer.authorize.net/downloads/samplecode/ and do not see it. Can someone point me to it. Much thanks.