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.
Hosted Solution
I am looking for a Hosted solution that will allow for swiping and passing the card data, is there a solution available ? If not what API would you recommend ? we are trying to avoid all dealing with PCI or at least as much as possible.
Error comes when i submit the form
Hi, I am using the SIM method for authorize.net but when i submit the form it shows me same error all time , to remove this error i make so many changes in file ever remove the function which become the cause of error , but still it shows error, can ...
validationDirectResponseList info
Hi,in CIM_XML_GUIDE.PDF page 84, it refers to AIM_GUIDE.PDF for field informations in validationDirectResponseList, but when in the later I can't find details about that, any idea? Thanks, V.G.
Simple ARB Question
Hey, When I go live with a membership site I just want to confirm that if I set the membership to start on the day of purchase, for let's say $30/m, that the ARB can take the $30 payment that day instead of having to use AIM to validate the card/char...
ARB subscription plan upgrade
Hello,1. If I have, for example, 2 suscription plans: Basic (20$/mnth.) and Standard (50$/mnth.) and customer who subscribed for Basic plan on Jan 1 decided to upgrade on Jan 15 how can I exclude remaining 10$ from his first payment for the new plan?...
2 Quick q's Re: Test CC Numbers On Live Account
Hello, When a merchant account is live, meaning non developer, does it have to be in TEST mode only for us to use test cc's? The other question is what are the current/recent credit card #'s we can use with a non developer (live) merchant account?I w...
Looking for Transaction Key in Blue Sombrero or other place
Hello - I am setting up a registration feature on a website. It asks for API login and Transaction Key. No one seems to know the transaction key. It is set up on another website (Blue Sombrero based) to take online payments. Client called Blue Sombre...
Export all ARB and Transaction data from Auth.net?
Is there a way to get all ARB and Transaction data from Auth.net in a machine parseable format? We have the situation with one of our clients that they have an inconsistent database it seems and we would like to verify the data integrety by comparing...
Simple Checkout Button - Sending value in post
I want to use the simple checkout button for donations on our page. But I would like to be able to send the page the amount the user has selected on our page and have it automatically enter this into the other field. Is there a way to do this with th...
SSL peer certificate or SSH remote key was not OK
As of October 17, 2012, we have been seeing intermitent failures when spawning a curl process to call Authorize.net for payment processing. This is the first time we've seen this issue, and it has occured > 15 times in the past 24 hours. What is goin...
Card code validation
Hi,In a live account with testmode on, i set Reject transaction if card code value does not match to true, then sent a createCustomerProfileRequest with validationMode = 'testMode', it still works, looks like card code not check, is this as exepected...
SSL on My Server Required for AIM or Not? Solved
Hi, all... After reading, reading, and reading, I'm still not totally sure what the answer is to this question: Is an SSL Cert required on my server or not if I am implementing AIM? In some places the docs state "AIM provides a secured connectionn vi...
The Merchant Seal code works in local host, but not on remote............ Solved
Hello, I installed the code for the merchant seal on the index page of the site, and it appears in localhost. I synchronized the files in Dreamweaver between and local and remote hosts. I checked the remote file and the code is there, but the Seal do...
how to do Testing with production account
Hi, I got a developer account and do some testing on CIM APIs, and it works. now I'm trying out it with the production account against the api.authorize.net, in order to be sure, I turn on the test mode in the account and do a createCustomerProfileRe...
No SilentPost Call In Production Environment
Hi there, This is related to my merchant's LIVE ACCOUNT.I have never received the silent post URL for one of my client's transaction on 16th Oct. 2012.I should have got the "x_type = auth_capture" type response, which i never got (I have the logs ena...
Cannot set CustomerID and Description in Customer profile.... Solved
I am trying to set the merchantCustomerID and Description in the customer profile and when I set the ID the description is blank, but when I comment out that code the description is populated. This is just a simple property assignment, at least so I ...
Need to know the max field length of below Ids that we get as response in CIM method
Hi, We Need to know the max field length of below Ids that we get as response in CIM method customerProfileId in createCustomerProfileResponse (need to know max chars of this field) customerPaymentProfileId in createCustomerPaymentProfileResponse (ne...
CIM payment transaction problems
To, the Authorize.Net suuport team. This is to inform you that I am a web developer and trying to integrate Authorize.Net CIm process into my site. I used the api correctly and it warks successfully before. (All in test mode and test and under test a...
CIM Hosted Pop Up Form Customize
How can i customize the appearence of CIM Hosted Popup Form.
DPM not working on the production domain.
I've been trying to get this code working for over two weeks. Everything worked perfectly on the Authorize.Net test domain (https://test.authorize.net/), but fails in production. I added my response/receipt URL (https://secure.bjdesign.com/secure_htm...
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...