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
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...
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 .
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.
ARB Transaction Details API and Customer Link?
Hello All, I am using Authorize.net's Transaction Details API with Classic ASP with the following sample code that works! I have a Classic ASP Script that goes out to Authorize.net's Transaction Detail API to see what customers have declined. The scr...
Shopping cart
I dont like the thought of using a open source shopping cart. To limited to me. Especially the free ones.. Is there turtorials on how to build a shopping cart with AIM and have it use authorize.net??? I have shopping cart built with html right now.
Intermittent SSL errors with AIM Solved Locked
Friday evening we started getting intermittent SSL errors when connecting to the API servers. We use the active merchant library(http://activemerchant.org/) from ruby in two different apps and those both had the same issue. About 1/11 connections tha...
Java SDK on public Maven Repository?
Are there any plans to release the Java SDK on a public Maven Repository like Maven Central? Would it be against the terms of use to submit the SDK to maven central?
ARB - Free Trial - Both Trial Amount and Trial Occurrences are required?
I am using the AuthNetWS interface to ARB. I am attempting to use the Trial Period option for a subscription. It appears that if I set the TrialAmount = 0 then I recieve the "Both Trial Amount and Trial Occurrences are required." error. What am I doi...
One merchant, multiple websites
I recently created a new ecommerce web site for a client that already has a different ecommerce web site accepting payments through Auhorize.NET. They requested that I use AuthNet for processing payments for the new web site since they were already f...
ARB Subscription Status *** HELP Please ***
Hello All, I have an ARB account and I wanted to know how can I check the status of an Active account that has already made several monthly ARB payments to see if this month the client has been declined payment? I am using the following xml code (ARB...
AIM and html integration
Hello everyone. I am new to the boards. So far I am liking authorize.net and the videos and help they provide. I have built stores with intuit and it seemed harder to get what I needed... I have a question and just want to make sure I understand it a...
GetTransactionDetails returns Transaction object instead of GetTransactionDetailsResponse object
Hi - i'm using version 1.7 of the SDK (authorizenet.dll). we are building an application and are trying to automate the process of retrieving chargeback and/or refunds that occur outside of our application. currently, we'll have a job that will run t...
Using auth_only on a bank account payment profile in CIM
Is it supported to process an auth_only transaction against a bank accout payment profile in CIM? In my testing against the test server, it appears that the auth_only transaction goes through, and I am able to later do a capture only with the transac...
Expiration date is invalid, but getting Credit Card mismatch error.
In VT, I have set CVV settings to reject transaction if CVV is missing or if the right one wasn't provided. I am testing this in Vertial Terminal using the Auth.Net payment form. When i enter the wrong expiration date for MasterCard, Auth.Net flags t...
AIM + ARB (How to set interval length to 1 day for testing)
Hi,I just want to know that is it possible to set the ARB interval to 1 day?Also, how can I set the start date of ARB to the past 1 month in order to achieve the above mentioned target?Reply please.Thanks.
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...
ARB - is there any updated documentation on ARBGetSubscriptionStatusResponse?
I'm using the PHP SDK found here: http://developer.authorize.net/downloads/#php_sdk and am looking for any updated documentation as it pertains to the ARBGetSubscriptionStatusResponse. In looking at the ARB guide here http://www.authorize.net/support...
DPM works with SSL intermittently in live account;OK without SSL, or with SSL in Developer Account
This is an update to our original post at:http://community.developer.authorize.net/t5/Integration-and-Testing/DPM-only-working-intermittently-Using-Form-post-to-return-info/td-p/28380 With DPM, a developer account, and using an SSL link for the relay...
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
DPM only working intermittently. Using Form post to return info to our site
We are developers and organizations use our application to process credit cards. After years running well with AIM we have converted to DPM to facilitate PCI compliance (still use AIM for credits since it does not require any credit card info). In ou...
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...
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...
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,...