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.
DPM PHP Question
I love the DPM demo code under 15 minute page. BUT this code pulls a form which posts to the test server. How can I tweak the above code so that when the form is pulled it goes to the production server, https://secure......transact.dll?
How to avoid PCI with ARB? Solved
I have researched this quite a bit, and I can't find any way to make an ARB API call without the credit card info passing through my network. I know about CIM, and that is great. But let's say I have a simple $10 per month subscription. The price won...
Security Error accessing WSDL with SOAP
Hello. I am getting the following error when accessing the WSDL online:"Security error accessing urlUnable to load WSDL. If currently online, pleaseverify the URI and/or format of the WSDL(https://api.authorize.net/soap/v1/Service.asmx?WSDL)". I am o...
Question regarding which API to use
I have been searching to figure out which API would be the correct solution for my situation. I would like for authorize.net to handle the payment processing on their servers, but I would like to be able to retain some of the information that is fill...
Fully dynamic solution
I do lots of dynamic html using jquery $.getJSON, which allows my users to stay in a single page. The DPM looks simple to use but it do not like the multiple pages required to use it. I really want to load an empty div with the credit card form and s...
Implement AIM to ASP.Net MVC 3 using Razor
I can't figure out how to implement AIM in my asp.net mvc web app. Please help me.
URGENT: authorize.net Production account accepts test credit cards - other people reported it too Solved
Dear all,I'm at my wit's end as to why, but https://api.authorize.net/xml/v1/request.api accepts test card numbers for monthly subscription:- American Express Test Card: 370000000000002- Discover Test Card: 6011000000000012- Visa Test Card: 400700000...
POS - Auth_Only showing up as duplicate charges using Card Present Integration (CPI)
I have built a POS system that is used in a bar setting. When the customer wants to close their tab we:swipe the cardCall Auth_Only for twice the amount and store Authorization Code returnedPrint Reciept with Amount, Tip, Total, and Signature line (l...
Need help with Recurring payment with Installments
Hi All! I want to sell membership plans on my website. I need to implement recurring payment with Installments. E.g. we have a plan of $199 per 6 months and these $199 can be paid in 6 installments ($33-$33-$33-$33-$33-$34) Thanks in advance Ashwani
IOS SDK
Hello, I followed your instructions for the IOS SDK and I'm having the folling errors, "_OBJC_CLASS_$_AuthNet", referenced from: objc-class-ref in ViewController.o "_OBJC_CLASS_$_CreateTransactionRequest", referenced from: objc-class-ref in ViewContr...
Strange Formatting on “Your Order Has Been Processed” page.
Hello,I am having issues with my Authorize.Net osCommerce 2.3 SIM payment module. I am using the test server setting and I am able to process test sales. When I run a sale the site transfers to the test secure server (as it should)and when I finish t...
Refunding concept with php
Hi All, Greeting for the day, As I was using Authorize.net as payment gateway to my application, stucked with refunding concept . Where I did not found any sample scripts for the same. Could any one please suggest me about the same. Thanks in Advance...
Android SDK and sample app not working Solved
I can't get the sample app to work. It seems like there is a reference to the java_sdk http client but the readme doesn't say it does. It comples fine but gives a run time error. I have tried linking in the java_sdk and apache libraies but nothing wo...
Duplicate subscription error when *updating* a subscription?
Our code base tried to update an existing subscription just now and we received the "You have submitted a duplicate of Subscription XXXXXXXX. A duplicate subscription will not be created." Is this a valid error when UPDATING an existing subscription?
AIM with java, SSL error, sun.security.validator.ValidatorException: PKIX path building failed
We are using AIM integration to submit transactions to authorize.net gateway. We have custom-written Java code that initiates SSL connection to the gateway. This integration had been working for a few years now without issues but recently we started ...
Allow customers to print after payment.
Hi.I'm trying to set up a small website devoted to selling one piece of artwork on a pay-to-print basis. My developer and I are trying to figure out how to let people print only after payment is approved. Is there a way to configure the Submit button...
Integration of CIM and ARB
Is there a way to use "customerProfileId" or "customerPaymentProfileId" from CIM and create Subscription Profile in ARB ?I want to use CIM to store once Customer payment and billing(CC info) info and use it for direct or recurrent payments( recurrent...
HTML Integration
I have a requirement in which I need to post a payment using HTML. Do you have any sample code or videos to help me understand the process?
CIM CustomerProfile advance search API functionality
is there an advanced search feature to lookup up customer profiles by something other than the customer profile id? (I am not interested in pulling al profile ids locally to server to complete search) The reason I'm asking is when sending a create re...
C# SDK Interface vs. Implementation parameter order
Hi, I wanted to point out that on the C# SDK that the order of the parameters for AuthorizeNet.ICustomerGateway.Void is different from the implementing class AuthorizeNet.CustomerGateway.Void. approvalCode and transactionid have been switched. ICusto...
Corrupted field returned from SIM hosted form
From the documentation, any fields passed to the SIM hosted form are supposed to be posted back to the relay URL. This happens correctly for most of our transactions, but one specific customer/credit card gets a corrupted field. This is not a program...
Duplicate transaction error when just changing CCV
Hello, I am curious about a behavior I noticed. I am trying to implement the x_Card_Code CCV field. I am using AIM and have been testing on the developer site. I found this article online that defines how one gets a duplicate transaction submitted er...
Validating credit card info for ARB subscription
Hi I am using the ARB api to create subscription. but ARB API's doesnt validate cred-card info. validation happens later during batch-processing. What is best way to verify credit card info while creating ARB subscription? Any API/Sample code would b...
Issues with error handling in Java SDK (net.authorize.util.HttpClient)
The class net.authorize.util.HttpClient in the Java SDK which is used to post request to Authorize.NET swallows several exceptions (I/O, etc) which my be created during the post, so outer code doesn't know what happened, or have a chance to recover f...
Best practices: storing transaction info
Hi. I'm curious how much information people generally store regarding credit card transactions. For example, when I process a payment, I do the following:- update the user's account balance record accordingly- insert the individual transaction info i...
Zen Cart SIM Mixed Content (secure/non-secure) Relay Response Declined Cards
Hello, I recently set up my Zen Cart website (www.rcplanebuilder.com) with Authorize.net SIM integration using the out of the box ZC SIM module. The problem I am having is when the Credit Card is declined on the relay response and returns to my site ...
Integrating ARB into existing AIM implementation in ASP classic
Right now I have an AIM implementation that I put into place about 5 years ago. Now they want to add ARB into the donations section. My AIM implementation uses the VBScript dictionary and builds a string of key=value pairs. I then simply post (and pa...
Switching Payment Processing from Test Account to Live Account
Hello,I have our Android payment processing working in our Test Account, and I'm trying to switch it over to our regular payment processing account(in Test Mode). I have simply changed the values of "Login" and "Password" from those of the Test accou...
PCI Compliance in Cloud setup?
I'm helping a client evaluate a different architecture for their site. At the moment they have a managed dedicated server hosting a site that accepts credit cards for certain transactions. I'm wondering if it's possible to store CIM in a cloud-hosted...
Passing Customer IP for Ruby CIM Transaction
Is it possible to pass the x_customer_ip when using the Ruby gem and CIM? I was able to get it to work, but I'm not sure if my solution is proper since it requird hacking up cim/transaction.rb. In cim/transaction.rb. I changed this:@@aim_response_opt...