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.
Customer Information Manager Question.... Locked
When using CIM, and we choose the option to store and reuse their credit card number/payment info they entered, do we have to grab it and populate it on the form, or is there a way (which is our first preference) to just pass something that will indi...
Just went live, quick question Locked
My AIM system was working fine while in test mode, and I've just now changed the ID and Trans Key to my real ones and took it out of test mode.Just to double check, is the test Visa (4007000000027) supposed to decline at this point, or does this impl...
Reject transaction if Billing and Shipping Addresse does not Match Locked
Please is there a built in feature or configuration to reject credit card transaction if billing and shipping addresses are different?
Help with ARB XML Solved Locked
I keep getting an error on this XML that is sent. Note: I have written
"*" where some data goes I do not wish to share. Thank you for any help!
ERROR:
Error E00003
The
element 'subscription' in namespace
'AnetApi/xml/v1/schema/AnetApiSchema.xsd' h...
certificate error going to https://account.authorize.net Locked
I get a certificate error going to http://account.authorize.net. Why? I am using Chrome.
Which type of SSL should we choose? Locked
To integrate my site with Authorize, I'm planning to buy a SSL Certificate from Godaddy. (http://www.godaddy.com/ssl/ssl-certificates.aspx?ci=8979), but I'm confused about the options they offer.They provider two types of SSL: Standard SSL and Premiu...
Switch Developer credentials to real merchant account for further testing... Solved Locked
I created a ComClass in VB to interface with our Navision Order Taking System. Our software in Windows forms and not web based.I am using the AIM API with the test developer API login ID and Transaction Key. I have tested some transactions and everyt...
Re: Trouble with the card present C# testing example Locked
Hi Stymiee, Thank you Sty for getting back to us. In response to your reply that the test URL must have the developer account. I did registered the test account and got the API Login Id and Transaction Key and use that loginId and Transaction Key but...
Trouble with the card present C# testing example Locked
I am attempting to create a test program that will submit a test transaction to authorize.net from a win forms c# application. The plan is to have a software solution that integrates with a card reader and submits the information to authorize.net for...
submitTime and transactionStatus in CIM Soap Locked
Is there anyway to get the value stored by Authorize.Net at the time of doing a createCustomerProfileTransaction using the CIM Soap short of doing a 'getTransactionDetails' after the fact? (i.e. as a value in the direct response string for example?)
Unable to test specific AVS responses. Solved Locked
I'm using the following post to test different responses: http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Test-Accounts-vs-Live-Accounts-Which-Does-What-Anyway/ba-p/9350 Using a test account in 'live' mode I am able to su...
Definitive guide/key to directResponse fields?
I set up a module to handle break up the direct response and name the various fields according to the pdf documentation. I've noticed that on some exchanges, some of the latter fields seem to have shifted as though one field is now gone moving all th...
How do I find a developer to implement our own payment portal for our clients? Solved Locked
Quick facts: We're a medical billing company whose clients all have their own merchant accounts. If possible, I'd like to allow them to retain those merchant accounts. We currently use a third party site / portal to allow patients to go online and pa...
Anyone implemented DPM in Perl? Locked
I have a client who has been doing AIM for many years, implemented on a Red Hat 5 box using Perl, specifically using the Business-OnlinePayment-AuthorizeNet module. They want to convert to DPM to reduce their PCI requirements. I see Auth.net provides...
Error 103: This transaction cannot be accepted. Locked
I'm using the advanced integration method. I've been processing transactions in production successfully for a year, but as of 11/17/2011, I get a response code of 103 with a message of "This transaction cannot be accepted.". I tried getting a new tra...
Capture several invoices at one time Locked
Hi everyone.I need to capture approximately 100 invoices at one time (during import proccess). Is there any timeout in authorize.net for such requests? I mean is it possible to send requests to authorize to capture invoices so often?Much appreciates ...
Prevent Duplicate Transactions? Locked
Hi all I have a site integrated with Authorize.net but we have recently experienced duplicate transactions where a user has refershed the browser and the card has been debited twice for the same amount thus resulting in duplicate card charges etc. Is...
Without authe net Capture screen ,transasction with login id and password as parameters
Hi Everyone, I have downloaded the Android SDK yesterday.. But i want to implement the direct transactionWhere i haev full detials of the credit card and the merchant i done need to push the capture screen... in which class i need to add the merchant...
Looking for images of credit cards, cvv explanation Locked
I have an image of credit cards and another illustrating the location of the cvv that I believe I obtained from Authorize.net several years ago. I was wondering if there were any newer images, particularly those with just Visa and MC, but can't find ...
Anyone done any integration with Magtek iDynamo?
Have anyone done any integration with Magtek iDynamo? It's an iOS credit card swiper. I would like to know if it is possible at all with Authorize.net (I am currently not a customer, but am considering). iDynamo is not a keyboard-emulation reader. It...
Any indication that a transaction has been returned?
I have implmented echecks using your api in a clients website, it works fine other than for checks that are returned/chargeback. I have not been able to find out how to get a list of them using the api. I'm coding this in PHP and using CIM to create ...
Problem with Joomla Joom Donate module integration and Authorize.net Locked
I am running the Joomla CMS for our campaign website and have installed the Joom Donation module to integrate with Authorize.net's server. [Link: http://joomdonation.com/index.php?option=com_content&view=article&id=5&Itemid=7] We are a political camp...
Where Do i need to change the account type of my test account Solved Locked
Hi every one, I am getting the error when i trying to make a payment using my test account... 87:Transactions of this market type cannot be processed on this system. after seeing some of the posts in the forum i came to know that i need to change the...
(13) The merchant login ID or password is invalid or the account is inactive. Locked
I am running ecommerce on a WP platform the recent 3.3 update left my cart not accepting Authorizenet, I was instructed by my theme support to download the new Authorizenet modules and files. after doing so I submit an order and ot brings this ERORR....
DPM and Asp.net 4.0 Solved Locked
I read somewhere in the Authorize.net documentation, but now cannot find it, that DPM only works with Asp.net 3.5; I would really prefer to use DPM rather than AIM, so wonder if anyone can tell me if it works with 4.0. If so, I have a second question...
I chose DPM: Is it the right choice based on my requirements, listed here? Solved Locked
Hi,I just want to make sure I'm on the right track, with my requirements matching the choice I've made. I would really appreciate an opinion :) I've chosen to go with DPM. My requirements are that:The process of entering the card data is done within ...
Alternatives to .NET SDK ? Locked
the .NET ADK is beautifully simple - but has a fatal flaw as it cannot handle single digit months (?!) - see other posts. Can anyone suggest another .NET wrapper around the API? thanks, Crile
Is the .NET SDK still supported? Solved Locked
Hello all, We have encountered at least one showstopper issue using the .NET SDK - a simple issue with a date string format. Another posting here indicates thsi was a known bug with a promised fix 6 months ago. Is anybody really using the .NET SDK? I...
Authorize.net Credit Card API Data Locked
what is requires so we can send name address etc to the API and get some Security Settings.For Example:If Name on Card does Not match the Name submitted we can be notify and decide how to handle. Another example Postal Code don't match.which API can ...
Does Authorize.Net support logging IPv6 in x_customer_ip Field? Locked
What happens if my customer is using IPv6? Will it be logged?