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.

Zipcode alteration - SIM Method

I've built a shopping cart and shipping calculator on my client site that gets rates and sales tax based on the zip code the user enters while checking out (before the authorize.net secure payment page). When the user finalizes entering his zip code,...

Error. Check your MD5 Setting. (codeigniter) Solved

Hi im using DPM on codeigniter. Everthing is going fine. Tansaction is approved, i get the trans_id, response = 1 (approved). However i getting the above error as Error. Check your MD5 Setting. HERE is my response with print_r($response) AuthorizeNet...

codingerror on Moodle Transaction

I've downloaded the latest plugin and installed in a Moodle 2.4.3 system. I'm getting the following when the user submits a transaction. Debug info:Error code: codingerrorStack trace:line 1092 of /lib/dml/mysqli_native_moodle_database.php: coding_exc...

Error 14

I am trying to test our webpage before we go live and cannot figure out why I keep getting Error 14. The URL I have entered in the relay reponse area is valid. I cannot even get to the authorize.net page to enter my credit card info. Any tips? (Our w...

link2pankaj87
Contributor

How to integrate AIM API with our custom website?

Hi,What is the required Request and response field for authorization request method while we are integrate it with our own website.I have read out these link:http://www.authorize.net/support/AIM_guide.pdfhttp://www.authorize.net/support/AIM_guide_XML...

ggdtw
Member

Relay Response with port 80

Hi all, I complete implement relay response with http (port 80) and I can get Authorize.net payment gateway response as follow. x_response_code=1&x_response_reason_code=1&x_response_reason_text=This+transaction+has+been+approved%2E&x_avs_code=Y&x_aut...

How to specify Transaction Post Location? Solved

ASP.NET C# VS 2010 (using AuthorizeNet dll) https://secure.authorize.net/gateway/transact.dll I want to use above. IGateway OpenGateway() { //we used the form builder so we can now just load it up //using the form reader var login = ConfigurationMana...

I want to add authorize.net donations to my web site.

I have a charity web site and I want visitors to be able to add donations from the web site. We want them to have the option of selecting a one time payment or monthly donations. Is there a way to do that with ARB and simple checkout? Please advise.

andrea
Member

MD5 hash value is empty in the response object

Hi, I am using the direct post method in a web site. At the relay_response.php file I set the md5_setting value with the same one I used in the md5 hash at the account settings. I am using the sample codes from the develores pdf guide and followed al...

Silverlight

I see that a few posts have been made in regards to Silverlight. Can authorize.net but used with Silverlight? If so, are any examples available?

Updating Customer Profile

Hi, I trying to update a customer profile (no CC credit info) without modifying any data(read, update) using the following code: $customerProfile = $request->getCustomerProfile($customerProfileId); print_r($customerProfile); $response = $request->upd...

Automated email responses to successful orders

I am new to Practice Pay Solutions. My wife's business is primarily as a management consultant for dental practices. We will be selling products from her website. Many of these will be in electronic form, for instance: Dental Practice Personnel Manua...

CIM information Solved

Quick question for the experts out there. I am running the CIM API. Here is a problem I am facing. We have a company that sells endorsements. Campaigns of several endorsements are bought by a brand. However, the brand can only be charged at the time ...

Trying to avoid PCI Requirements by using CIM Solved

I'm trying to avoid having to comply with PCI requirements. There are 3 main requirements my application must have to process payments: Requirement 1: Site (including Payment pages) must support multiple languages - I believe this rules out any hoste...

Obtaining subscription ID for failed transactions Locked

I have a website that uses both ARB and AIM. In order to get the transaction details for each day I use a job and the Reporting API to download the previous day's transaction information. The problem I have however is that I cannot get the subscripti...

jwcarlton
Contributor

Charge declined, but $response->error_message returns false

I'm running my own PHP script to process transactions. The relevant section looks like this: $fields = array( 'first_name' => $cardholder_first, 'last_name' => $cardholder_last, 'company' => $company, 'address' => $street1, 'city' => $city, 'state' =...

Using CIM with a free trail then charging later

We have a client that wants to sell a single digital download software product on a monthly subscription basis. The catch is that the first month is to be a free trial, then reoccuring billing will take place assuming the trial is not canceled. Our q...

Silent Post data

I have a question about the silent post system: Does it only send me data on actual transactions, or will it send me information on all activities on my account? Voids/cancellations done through your system, etc.

help with CIM (XML) using Ice faces

Hello,I am trying to do a PoC Hosted page using CIM (XML) approach. My application uses ice faces (being liferay based) and I am struggling to get the Hosted page up and running. I need to do most of the operations (get token, form submit etc.) from ...

Static IP Range? Solved

I know this has been asked once in 2011, and once in 2009, but its been another two years, so I thought I'd ask. Does Authorize.net publish its static IP address range? Like everyone else, I need this to secure inbound connections on my firewall. Tha...

Merchant Defined fields

Hi, I would like to add a couple of merchant defined fields, (ie where you heard about us) and sent to the merchant in the email after purchase. I understand there is a way of doing this. Is there an example code (PHP)? Do these fields have to be def...

AIM implementation for Multiple payment process

Hi, I am new with the AIM API. I want to know if I have 4 processing script for 4 forms how do I include multiple url for the "$site_root = "http://domain.com/samples/your_store/";" ? Do I need to create multiple config.php to do this? Thanks.

Partial payment with Authorization and Capture method - clarifications Solved

Hi, I'm currently adding partial payment support for our AIM integration. We were using Authorization and Capture method. I thought clarifying following assumptions before being put in production since the Authorization and Capture sends the payment ...

Error Generation with recurring billing not working

I'm trying to use the information in this document with recurring billing to generate errors: http://www.authorize.net/files/ErrorGenerationGuide.pdf However, no matter what zip or CVV I use the transactions are still accepted. I know the zip is comi...