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.
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...
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...