Integration and Testing

Authorize.Net API questions and help with your payment integration.

cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

Anurag
Moderator

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

Anurag
Moderator

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

Anurag
Moderator

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 .

RichardH
Administrator

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.

Venngomez1
Contributor

Customization of email

Hi, Using CIM, once a payment is applied to a card, authorize.net sends an email to the card holfer, the default is, the name of authorize.net account holder, how to change this to another email address? say I'd like to add another email address: XYZ...

Level 3 detail

We use the AIM API and I've had a customer recently ask for us to post the Level 3 data to the transaction. I supopse I have a couple of questions in regards to this...1. If we post the item data, is there any guarantee that this will show up on a cu...

Move money from authnet to any bank account

Hi all, i am a little bit junior with all this, so i need your help. We've implemented authnet as payment gateway for our site which works something similar as http://www.kickstarter.com/ does. Our users collect money for some purpose and we need to ...

Multiple Customer Profile Creation on Auth.net

I have 10,000 users and I am using Test account on auth.net. In order to make transactions on test account I need to make a customer profile id and payment profile id for the user. My question is, Is there any way that we can create customer profile ...

Securing the Transaction Key when using SIM

How should the transaction key be stored when implementing SIM in PHP on a LAMP server?The code samples/SDK for the PHP solution has a placeholder for the transaction key right on the sim.php page, which I don't think is the most secure way to store ...

Refund transaction

Hello, I want to implement the refund feature on my web application, at currently I am using SIM to procceed the transaction, it seems that SIM doesnt support refund transaction so please help to let me know that how to use the refund in authorize.ne...

xinno
Member

Capture Error

We captured the transaction and we got an Approval code. When we changed the order status from the web multiple times,, then it captures over and over again with different approval code. Under the circumstance of using one credit card number-- it sho...

ARB Create not capturing email

I am in the process of testing an application using ARB. I am able to submit the create request successfully, however the email address sent with the request is not being captured. I have posted the text of the xml request below. I am using the php s...

use of CVV card code

I'm setting up a new system with CIM that uses customer and payment Profile IDs for recurring payments. I'm confused about whether I should bother to pass the CCV card code or not. The CIM_XML_Guide documentation says: "cardCode is used only for vali...

Validate New CIM Payment Profile

I have just begun testing my app in 'liveMode' using the C# CIM SDK. I was under the impression that adding a new credit card with an incorrect expiration or cvv would throw an error in liveMode because it is invalid. However I am able to create new ...

sands904
Contributor

DPM - Custom Receipt Page

I am using ASP .NET and have everything working up to the point of the receipt page. I took the asp example and converted it to .NET but I get a "Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Inner: Object reference not se...

payment connection offline/payment connection unavailable

Hello, I keep getting these two messages when I test in test mode or try to do a real transaction: payment connection unavailable or payment connection offline. And, I do not get the email from authorize.net that I used to while testing. Any ideas? T...

jbh1977
Contributor

Magento And Authorize.net Misery

I apologize. I know there are 1 million posts out there, but I cannot find a concrete resolution. Does anybody have real world experience using a live merchant account, in test mode, with magento, where I can submit a **edited** order and see a posit...

Sreejith_5
Contributor

eCheck.Net WEB AUTH_CAPTURE

Hai all, i am impementing an application with Authorize.net, but presently i am stuck with implemnting the AIM system with the eCheck.Net WEB AUTH_CAPTURE case method. Can any one pls details about the method and the steps throgh which i should go in...

Keeping record of itemized order information with SIM. Solved

Hello there. I'm able to send a complete breakdown of items and their respective quantities to the SIM form (i.e. Itemized order entries) and the information shows up fine on the receipt page and in the receipt email, too. However, none of the item i...

sands904
Contributor

Passing a Discount in DPM

I am trying to setup DPM for our software. I have almost everything working, the only issue is how do I pass the discount amount so it will show up for our clients in thier Authorize .NET account and in their client's emailed receipt, etc? With PayPa...

Lucie
Member

Developer test account with DPM and unsettled transactions reports Solved

Hello! We have hooked up our developer test account to our ecommerce site (in LIVE mode), and are able to make test purchases and get an email back from Authorize.net saying:Response : This transaction has been approved.Authorization Code : 000000Tra...

Coldfusion Successful SIM integration? Solved

Hello, I am new to authorize.net SIM integration, but have successfully implemented the Cybersource Hosted Order Page which should, by all accounts, be very similar. When I use the appropriate keys and values to send the "sample" cfm form to https://...

eramgarden
Contributor

ARB can notify us if credit card is declined?

My scenario is simple: 1. Users sign up for the site2. We charge them, for example, $10 a month.3. I'm using ARB because I want it to do recurring payment: every month, charge them $10 Now, what if their credit card is declined? how can I find out it...

AVS Not Applicable Issue Solved

Hi - We are running into a strange situation where if we have a street address and zip code set to # (just the hash char) it's approving amex/discover cards (incorrect) and declines visa/mastercard (correct). I'm not sure why we get an approval when ...

Merchant Seal appears with message not seal

Hello, I have installed the Merchant Seal in more than one place on my site, with out changing the HTML code. It works in one place, but not the other. It appears in one place with the following message instead of the seal: Credit Card Processing. Th...

Sreejith_5
Contributor

Prior_Auth_Capture response says cant be charged with AIM

Hi all, i am creating a Affiliate Partner Program in that i need to satisfy with 4 cases as AUTHORIZE_CAPTURE, AUTHORIZE_ONLY, PRIOR_AUTHO_CAPTURE AND CAPTURE_ONLY. I have got successful credits in my test account with the Auth_capture and Auth_only ...