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.

aaronk
Member

silent post not reaching HTTPS server with commercial certificate

Hello, Until recently (perhaps a couple months) we have been successfully receiving silent posts to our webapp following transactions at authorize.net. Now, our web logs are indicating that we are not receicing any silent posts from authorize.net. Ou...

Providing x_track1 but transaction rated as manual/key entered

The documentation states that if the track data is incorrectly formatted than an error will be raised. Is there a scenario where the x_track1 is not properly formatted but the transaction will complete (but in a downgraded state?) I am URL encoding t...

ihlayy
Member

AIM - Refund Functionality issue

When I use AIM API to refund transaction and then I can receive refund email successful , but receive money on my transaction credit card tomorrow ? I'm wonder if I do refund on website manually and then refund to my card immediately ? Any thing diff...

AVS Results are not correct

We have been fighting due to people calling in and complaining that their credit card is being declined because of a AVS Mismatch. We finally had someone that was so sure it was correct, we asked them to send a copy of their bank statement with the i...

Issues with CreditRefund using last 4. Solved

Hi - I am trying to issue a refund, but can't seem to do it using just the last 4 digits of a credit card. Here is my code. When I do this, I receive the following output: Payment - 1: (TESTMODE) This transaction has been approved.Credit - 3: (TESTMO...

Aim doesn't work in production mode. (ruby)

Everything works fine in development mode! Fake transactions were successful, and I got receipts from Authorize.Net. But when I used the real login id and transaction key in production, it didn't work. I called Authorize.Net, they said the transactio...

About Agora Cart integration

Hi,I am new here, dont have much idea about authorize.net.Can i integrate agora cart withauthorize.net. And if i want to integarte my own cart with authorize.net then how is it possible ? Please help me if anybody knows ?? Sumon

AIM & CIM Integration Solved

I am currently working on a project to integrate CIM into my clients existing e-commerce website. We currently use AIM integration for credit card processing. My client wants to use CIM to store customers credit card info if they elect to have their ...

Why am I getting this result using AIM cold fusion??? Solved

Using the sample code provided in the AIM and am getting this return response: 3|1|103|This transaction cannot be accepted... I am using the API login ID and Transaction Code provided by Authorize.net and have even gone as far as getting a new transa...

ColdFusion AIM integration Solved

H E L P !!!!!I'm new to authorize.net and have created a test page using the sample code provided but I'm having issues. 1) It doesn't work... Here's the results I'm getting: 31103This transaction cannot be accepted.P01.00CCauth_only490C4A89E10A4B3FD...

JLahm
Member

Transactions from the UK

We are looking to process transactions from the UK. Our form has them enter the appropriate "county" (e.g. "Leicestershire") instead of a state. Should we use the X_state field to contain the county name, or is it even required? So far we have used X...

eramgarden
Contributor

ARB sends Credit Card settlement report?

I've been testing with SIM and ARB. I downloaded code from this site. I got an email for Credit Card settlement report. ARB doesnt send email like this, correct? how are funds captured in ARB...we dont need to do anything besides creating the subscri...

Silverlight application & Authorize.NET AIM integration

Hi there, I am new to Silverlight and one of my task is to integrate Authorize.NET (AIM) from a Silverlight application. Please let me know if its possible and any advise will be appreciated. The silverlight application will be hosted as a web resour...

iOS integration problem.

Hi,I am new to Authorize.net integration with iOS. I have, each time when I try to do a transaction with my application on live env. it gives me E00007 i.e. "User authentication failed due to invalid authentication values. The name and/or transanctio...

how to capture response code/message ...as return object is null

Hi, I use AIM to integrate into our website. However, as I enter random credit card number...I got result object as null ...How could I got the response code/message. -------------------- Result result = (Result) Aus.chargeCard(cust,order,creditCard,...

Knuckles2002
Contributor

ARB API Updating Credit Card ** HELP Please **

Hello All, I have a question regarding the ARB API Update Call. My client tells me that he is relizing that some of his clients credit cards have declined payment for like the past 7 months now. So I wrote a script using the API Update call so they c...

Moving out of Authorize.Net and Customer Information Manager (CIM)

Hi All, I am new to Authorize.Net and we are planning to integrate our system with Authorize.Net and CIM. I have one question before I go ahead with the integration.Down the lane, if we decide to move out of Authorize.Net onto a new Payment Gateway w...

FDS responses seem incorrect

Hi, I'm having trouble understanding some of the "silent post" responses I'm getting from FDS. I've checked with support and they assure me that it's by design, but I don't see how that can be. This is in the test area, where I've configured FDS to h...

What API? Yet again???

My apologies if these questions have been answered elsewhere but I have not an exact answer. Anyway here goes. My client requires a solution that:- a) Will process refundsb) Will process recurring payments (without user interaction)c) Will handle sma...

Moving from DPM to ARB Solved

I've implemented DPM and it's working fine. However, I got a new request - to build recurring billing. Having in mind that I already have DPM working, what's the best approach for me to build recurring billing - the ARB, or maybe some manual implemen...

shkkmo
Contributor

Check Failed ARB payments

I'm wondering if there is a way to check how many billing cycles have failed for a customer through the API? Alternatively, if the Authorize.net account is settup to suspend subscriptions that fail a certain number of times in a row, is there any way...

crmGuy
Contributor

CIM and email receipts

I am using a CIM sandbox and I am having trouble figuring out how to suppress emails. I have gone to Settings > Email Receipt and unchecked all boxes, but I am still getting merchant invoices on transactions. I haven't had the settlement date turn ov...

Regarding testing with Void/Credit

I am testing with 4111111111111111 trying to perform a void/credit. I know that VOID will not work if the item is already settled or older than a day I suspect. SO my code actually tries the VOID 1st and it that fails it tries the CREDIT It seems to ...

crmGuy
Contributor

CIM, ServiceMode, Sandbox vs Live - Exactly the same? Solved

I've been developing using the CIM C# SDK classes and it's going along nicely. I know from other threads that when building the CustomerGateway class passing a ServiceMode.Test or ServiceMode.Live sends the requests to different urls and that the cre...

How to perform CREDIT transaction using ruby AIM api?

I'm trying to perform refund using AIM api and failed due to lack of documentation. I have no idea what is the right way to pass Card Number and Transaction ID. request = AuthorizeNet::AIM::Transaction.new( AUTHORIZE_NET_CONFIG["api_login_id"], AUTHO...

CIM: Recurring Billing Crons

Hi All, I am in the process of creating some processes that will handle recurring billing for our CIM accounts. I am wondering if those of you who have already done this wouldn't mind sharing your current process for handling recurring billing in CIM...

eramgarden
Contributor

Standard payment page with logo i should be using? Solved

I downloaded the ARB C# code and it works.I can see the transactions in the terminal. In that sample code, the name and credit card are hardcoded. That sample code is not an ASP.Net app.. Does Authorize.net have a standard payment page I can use? Use...