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.

DPM & ASP .NET Web Forms - Getting Started Locked

Is there any way to obtain basic instructions/documentation (beginner's instructions) for using Authorize.net Direct Post Method in an ASP.NET Web Forms (NOT MVC) website? The official developers pages and pdf document contain only vague instructions...

Track 1 Data Invalid Format Locked

We are trying to get card present transactions working. I am sending track1 data. Prior to sending, and after LRC verification, I remove the first character (%) of the track1 stringand the last character (?). What we are getting back from Authorize.N...

Addy
Member

Set the Income Account with each item sent to authorize.net

Hi.I am using the SIM version and coding in PHP.I would like to know how to send the processor the Income Account information for an item. I know that I can send in itemized order information and merchant defined fields but how specifically do I send...

alecswan77
Contributor

Production TESTMODE transactions are not showing up Solved

Hello, I am using Java API to submit payments to our production account in TEST mode. I do receive payment receipts, but I don't see transactions in any of the reports on the Authorize.net web interface. I do, however, see transactions in the SANDBOX...

joshbula99
Contributor

Unable to read Relay Response POST Data in ASP.NET

I am using SIM, trying to get relay_response to work on a test account with an ASP.NET 2.0 application. It is displaying the response URL page fine, but there is no data displayed... it's as if there was no form data posted to it at all, the same as ...

hawc2k
Contributor

CIM API Credit Card Expiration Dates

Hello, I'm trying to implement a credit card expiration email notice solution to customers stored in CIM. Initially, we thought that the expiration date was not allowed to be stored even if we are not storing the PAN, so we never stored it. I've sinc...

Implementing DPM using PHP. Get "Error. Check your MD5 Setting." Locked

In my very simple relay_response.php page it seems I am failing at the line: if ($response->isAuthorizeNet()) No matter what I try I always get directed to the MD5 error.The test transaction sends me an email as though it succeeded.I searched this fo...

PHP SDK bug with setting extraOptions string for CIM

There's a bug in AuthorizeNetCIM::_setPostString() method. On my PHP installation, the empty extraOptions tag is being rendered asThat doesn't match the str_replace call. Since both versions are valid XML, here's a patch that uses the DOM API to add ...

URGENT: Merchant Authentication is required. Solved Locked

This is making me sick! I keep getting the following reponse: ErrorE00014Merchant Authentication is required. I don't understand why! I send the following SOAP request; Can someone tell me what's happening?? APIIDTranKey10.951.00WA state sales taxWas...

yohaas
Member

Error processing request: E00013 - Expiration Date is invalid.

I'm using the CIM SDK v 1.3.0. When adding a credit card, I'm getting the expiration date error, this only happens when the month is 1-9. I've tried it both withand without the leading 0 and got the same error both times. customerGateway.AddCreditCar...

Test Account Feature Requests

First off, I want to say how awesome the new test account setup is. The shared account was a source of constant frustration when I was attempting to debug problems, and having a full fledged account gives me much more confidence as far as testing wit...

jfm
Member

SIM x_relay_url validation ?

Couldn't find an answer anywhere: how is the SIM x_relay_url variable validated exactly against the value in the account settings? We need the relay url to be http://mywebsite.com/orders//notify, so we'd like to be able to specify it on a transaction...

ARB: Active vs Suspended STATUS on Decline?

I've read several posts here on the behavior of ARB when a scheduled payment is DECLINED.From what I gather - for an EXISTING ARB subscription WHEN PAYMENT IS DECLINED:1. If it is the FIRST scheduled payment or payment info has been updated recenlty,...

eCheck with Authorizations and Captures Locked

Does eCheck support Authorization only transactions followed by Prior Authorization and Capture? I am testing this on my development / test account and the authorization is working and providing a transaction id, but the capture is failing saying tha...

alecswan77
Contributor

Transactions are not showing on test account Solved

Hello, We are switching from a different payment gateway to Authorize.net and need some help with the transition. I created a test account on Authorize.net and changed our tests to use "4111-1111-1111-1111" credit card number with 2020/12 expiration ...

Split tender and CIM Solved

Support for split tender transactions is a new requirement for AIM. Is it also required with CIM and if so, how to you trigger CIM to return a split tender id in the developer test environment when using createCustomerProfileTransaction?

jmorrison
Contributor

Submitting Multiple Line Items in .NET SDK Fails Locked

The new .NET SDK contains many nice improvements, including the ability to add line items. However, when adding multiple line items, the request fails when submitted to the gateway. This is because each line item is meant to be transmitted in a separ...

AIM Refund/Credit not accepting last four digits of Credit Card

Hi, I am integrating via AIM and I am attempting to refund (or credit) on a settled transaction. The specification states the following: "At least the last four digits of the credit card number (x_card_num) used for the original, successfully settled...

Does Silent Post work with a TEST account? Solved Locked

I am testing the merchant interface and created some transactions through CIM and Simple Checkout,I have the Silent post url set up but so far doesn't seem to be working? I am using a test account. Will Silent post work for transactions created throu...

kcm
Member

POST data in Silent Post is empty Solved

As the title says, I have an account that is working fine in terms of creating and charging AIMs and ARBs, and a silent POST URL is configured. The logger on the silent POST is writing when basically anything happens to it. What it's currently findin...

Support for .NET 4.0? Locked

I read in a few recent posts that currently only .NET Framework 3.5 is supported. Is there an ETA on support for .NET 4.0? The latest version of the framework has been released for over nine months. I would have expected support long before now. Our ...

Seth
Member

Integrate with Android app? Locked

This question came up on Twitter today. Is it possible to integrate authorize.net gateway with Android app? http://bit.ly/f1TbkM

sbs
Member

Missing Documentation for .NET SDK Locked

I downloaded the .NET SDK but there seems to be no API documentation to describe what each class, method (each overload), and each method parameter are for. Without this information it basically comes down to a guessing game and the API is unusable. ...

vijer
Member

x_line_item integration in PHP Solved

I don't know where I found the original sample code but this is what I am using to submit payaments and generate a detailed receipt for the customer. $customer = (object) array(); $customer->first_name = tools::get_field_value("bill_first_name"); $cu...

Chained Payments Locked

Hi, I basically want to take a payment for a digital good from a buyer, take a commission and pay the seller of the digital good. Whats the best way of implementing this leveraging Authorize.Net ?Does Authorize.net support the concept of chained paym...

XML error E00003

Hello,I am integrating ARB with my site. For create an account its working fine and returns Ok in response.Now for updating that same subscriber id i am getting XMl error“The ‘AnetApi/xml/v1/schema/AnetApiSchema.xsd:subscriptionId’ element is invalid...

sam200
Member

ip address of the response from https://test.authorize.net Locked

Hi there: We have a publically accessible machine but is restricted to inbound ip's. We are testing the integration using SIM with our application. Since we cannot find out the ip address of the inbound response from https://test.authorize.net, we ca...

Unable to add .Net Web Reference

I'm having trouble adding web reference to my .Net project. I've been able to do this in the past. When I try to add the web service for https://api.authorize.net/soap/v1/Service.asmx, it takes forever before I get an error stating "There was an erro...