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.
Error 261 in test mode Locked
Please Help - I Haven't changed any code, and have been testing in the developer mode, where I started to get error:An error occurred during processing. Please try again. (261). Is the test environment down?
Relay not working - PLEASE HELP! Solved Locked
Hi, I’m trying to integrate my site’s credit card processing with authorize.net using DPM and have found an issue. Whenever I submit a transaction, an error appears within a second. It is below: An error occurred while trying to report this transacti...
Billing Information Overwrites Shipping in Step 3. Using C# and CIM ... I think. Solved Locked
We recently converted to asp.net and from AIM to CIM.Our programmer posted a couple of test transactions and said all was working as it should.But clearly this is not the case. Because we have only received 2 small orders in the time we typically wou...
Customer Email Receipt for Authorization Only Transaction Locked
Hi, When performing an Auth Only transaction, the email receipt sent to the customer looks identical to the email receipt sent for an Auth Capture transaction.Is there any way to indicate on the email receipt sent to a customer, that they were author...
Transaction Error Notification Locked
We're using "Simple Checkout" on Authorize.net. When a customer places an order, the transaction is approved however we get the following error message sent by email "**Please DO NOT REPLY to this message. E-mail support@authorize.net if you have any...
AIM Integration Beginner Question Locked
This is probably a very basic question, but based on the Java sample code, it seems like for CNP transaction, the only information needed is card number, expiration date and cvv. I'm wondering if any other billing information is also required, such a...
sim-php help Locked
hello i was wondering if someone can help i'm using the sim-php is their away where i can have the customer add the amount instead of being hard coded as people are calling it here if so can someone tell me how to change it thanks $loginID = "API_LOG...
Please Help: Partial Authorization Transaction Question Solved Locked
I am making changes to my companies internal paysite in order to come into compliance with the new regulations. We have decided that when we get a split tender transaction that comes through we want to get the remaining balance along with how much wa...
Questions about differences between card-present and card-not-present API calls. Locked
I'm pretty familiar with Authorize.Net’s AIM API for web development; mainly shopping cart systems. Over the years, dealing with payment processing has led to the development of a POS card swipe solution. It works with the Authorize.Net gateway over ...
Partial refunds and original transactions Locked
Hello all! I've looked around a bit and can't seem to find what I'm looking for, so sorry if it's been posted before. I'm using the AIM method in ColdFusion, but the heart of the matter is more towards the way Auth.net functions. Here's what I'm tryi...
Transaction API questions Locked
Hello, I've searched the boards and hope I'm not repeating something! I'm trying to get a list of all transactions ever done on the account, including settled AND including Unsettled, if that's possible. Is there a PHP call to get that, something lik...
Echeck required fields Solved Locked
The echeck developer guide says the banking institution (x_bank_name) is a required field. Can somebody confirm this for me because, it seems redundant as the routing number has the bank information in it. Also, the text entered by the user could be ...
Transaction APIs Locked
Ok, here goes! The AuthNet phone support person could not help me so I will try this in the forums. I am implementing the new Transaction APIs. I downloaded the SDK from authnet and I am able to get one function working - the getSettledBatchList func...
transaction details API Locked
How can I get the payment profile or the customer profile associated with my transactions?
Custom Item description columns in SIM Locked
I have decided to use authorize.net SIM API for a project, where client sells service and not a product. From SIM guide I found that item description has the following columns item, description, qty, taxable, unit price and item total. As we are sell...
Bug in updateCustomerPaymentProfile validationMode paramter in PHP SDK 1.1.5 Locked
For some reason, setting the validationMode is commented out: diff --git a/lib/AuthorizeNetCIM.php b/lib/AuthorizeNetCIM.php index e271ec4..05f59d7 100644 --- a/lib/AuthorizeNetCIM.php +++ b/lib/AuthorizeNetCIM.php @@ -251,7 +251,7 @@ class Authorize...
need help in integrate ARB on the website Locked
Hi, I would like to have some help in setup the ARB on our website. If you are interested, please contact Leah at 708-234-9510 or info@compuwerx.com Thanks,Leah
Prepaid Test Card Numbers Solved Locked
We are trying to implement the new MasterCard and Discover compliance requirements for prepaid cards. I need some prepaid test card numbers to verify that things are working correctly. I have searched the message board, but have not found anything, p...
Getting started with using the CP method via C# Solved Locked
Hello,I have been tasked with attempting to integrate a program which contains a POS module used by retail locations with authorize.net (CP transactions only).We want to use C# to build the interface however I see your C# examples are built through A...
CIM - CreateCustomerProfile fails to create profile Locked
I'm new to CIM and when I try to execute CreateCustomerProfile it always comes back with null values and ID of 0; no profile is created. Here's a snippet. Can anyone tell me what I'm doing wrong? I appreciate the help! Service srv = new Service(); Me...
x_duplicate_window not applying? Solved Locked
Im trying to add the x_duplicate_window option to a simple php payment page that has been working great for months. The setting seems to be ignored by authorize.net as i can resubmit the same payment over and over again. Ive tested this in both live ...
Is This It? Locked
I've been working with integrating DPM and PHP for my website. I've reached the point where the error message I get is: Sorry, an error occurred: (3) (TESTMODE) This request cannot be accepted. There is no subcode or other information that comes with...
Getting error when posting test transaction Solved Locked
I'm submitting a test DPM transaction and am getting an error: "We are sorry. It looks like there was a problem with your request.". Then, I'm redirected to my site. When I look at the trace in fiddler, I see a 404 for the following files: test.autho...
getPaymentProfileId() Locked
getPaymentProfileId() seems to work here ($i_pmid has a number bigger than 0) $obj_custprof = $obj_auth->getCustomerProfile($i_ccid); $i_pmid = $obj_custprof->getPaymentProfileId(); getPaymentProfileId() DOES NOT seem to work here ($i_pmid is 0) $obj...
AIM transaction question Solved Locked
Hello, I'm updating some old code and have a question. The existing (perl) code uses the old SimLib function "GenerateInspFP" to generate a hash key which is included with each transaction using x_fp_hash. The form is then directly submitted to the t...
Partial Capture Process/Requests Guidline Help Locked
Good day team.I have the online shop based on Magento EE 1.10.1.1. These version contains authorize.net payment gateway module,however it doesn't support Partial Capturing. And I waht to impelment it, but I'm lost in Authorize.net API documentation =...
In CIM on the object returned by getCustomerProfileIds() Locked
How do I iterate thru the xpath_xml->messages->ids->numericString Array?What I have is$obj_auth = new AuthorizeNetCIM;$obj_obj = $obj_auth ->getCustomerProfileIds();I can get too; obj_obj->xpath_xml->messages->message->code but can't figure out how t...
Get Customer Profile(CIM integration) By ID or email
Hello all, I want to fetch the details or Auth.Net Customer Profile ID. But I am unable to find any method in API which allows me to fetch this detail using email or by any customer specific parameter. All I know is the function getCustomerProfileIds...
Authorize.Net SDK with PHP version 5.1.1 Locked
I need to integrate the Authorize.net SDK with PHP version 5.1.1. However the online requirements information state that the Authorize.net SDK requires PHP version 5.2 or higher. Due to software integration requirements, I cannot install a higher ver...
Hosted CIM Question Solved Locked
I'm really new to all the payment gateway stuff (but at least I'm a potential new customer!), so please forgive me if my question seems obvious. I just discovered the Hosted CIM option, which seems exactly like what I need. I don't want to have to de...