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.

Sending X-Forwarded-For header from Magento?

We are using Magento 1.14.2.0, latest patches. We're using the Authorize.net payment method. Our Magento servers are behind a load balancer. All customers hitting our servers appear to be coming from the same IP address, the IP address of the load ba...

cltw
Contributor

sample code for avs fraud filter

What c# sample code can you refer e to to run transactions through the AVS/CCV fraud filter? It seems the documentation is somewhat minimal, can someone fill in the gaps for those of us who have never done payment transactions before? Thanks.

cltw
Contributor

AVS integration verification c#

How do I run transactions through the AVS/CCV fraud filter? Does it check for fraud and charge at the same time, or do I have to code separtely for that? Can yo provide links for sample code for c#? It seems the documentation is somewhat minimal, can...

Setup payments on CIM

Hi,We would like to setup Authorize.Net so we can send a link to the customer and the customer then enters his CC details on authorize.net, probably on CIM. We would like to be able to raise payments against the customer once the profile has been cre...

cltw
Contributor

testing beyond the sandbox

Once I've tested successfully in the sandbox, is it necessary to test on the merchant account? If so what is the proper way to do that, and do I use the test numbers? Will any testing result in fees for the merchant, and how to avoid that, and how to...

gldev018
Contributor

Updating ARB Subscrption expired

Hello I have a ARB subscription thats expiry on 09/2015.So can i update card for this subscription on 10/2015 before cycle transaction come? Thanks.

Trying to Implement Transaction Reporting Using SSIS Script Task

Hi, I am trying to use SSIS to pull batch information and eventually transaction information for an accounting report. I am trying to take code from the Sample project and implement it using SQL Server integration Services. I am trying to get the rou...

cltw
Contributor

test mode in the sandbox

I'm new to authorize and transaction billing. What does this mean: "Pro Tip: Never use test mode in the sandbox, instead use the Testing Guide." The videos didn't really explain. thanks

cltw
Contributor

what sample code should I use to verify a customer's zip and addresses?

I am testing the decline codes from testing guide (http://developer.authorize.net/hello_world/testing_guide/). when I noticed that the the charge credit card code I implemented form sample code (https://github.com/AuthorizeNet/sample-code-csharp/blob...

cltw
Contributor

testing decline and other error responses not working

I am testing to generate decline and other error responses in the sandbox from the codes on the testing page, (http://developer.authorize.net/hello_world/testing_guide/) but they are still coming back successful. For example I used visa number 411111...

KiranK
Member

Security Certificate Upgrades to api.authorize.net

Hello,I am using account in production mode. I haven't yet updated the certificate referring:https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Production-Certificate-Upgrades-begin-May-27-2015/ba-p/50430?utm_campaign=2015%...

Card Present

Hi I got everything nicely up and running for CNP operations. But how does one do the CP operations? I tried converting the given cardnumbers to a valid track 1, but I keep on getting error 85. The Market type is invalid. I'm a bit confused. I cannot...

cltw
Contributor

how to have authorize.net sent confirmation email sample code c#

I am doing a checkout page and implemented authorize.net's c# sample code:https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.csThe client also wants to have authorize.net send a confirmation email. I a...

How do I used saved card to make payment ?

Hello Everyone !! How can we use a sved card from Customer Payment profile (CIM) to make a payment ?Please point me a reference guide (if available) for this purpose Many thanks !!Biplab Nayak

PHP SDK setup issue

I am trying to install the SDK. I downloaded it from github.When I run autoload.php, classmap.php tries to load files from a "vendor" subfolder which does not even exist (not present in the download) Any help will be greatly appreciated. Juan

CIM Hosted Form Popup

I am using CIM hosted form as a popup. After a customer authorizes a payment and closes popup how do I get confirmation that payment was authorized by customer? I want to know if customer authorized or did nothing before closing popup. Thanks

Refund error messages explained

We have an automated process for dealing with refunds, most of them succeed but some of them fail with one of these errors:E00027 The referenced transaction does not meet the criteria for issuing a credit.E00027 A duplicate transaction has been submi...

Charging Card using CIM

Hey all, I'm having issues charging a credit using the CIM customer profile ID and payment ID. I looked at the example in the API reference, but I'm not seeing a place to put the profile ID and payment ID after the account is already created. I put t...

Newbie - How to get declined results PHP SDK Hello World

Got "Hello World" example up and running great. But pulling hair out with trying to display errorText for decline: Here's an untouched snippet from Hello World. You can see if there is an error, we need more info on the reason. if (($tresponse != nul...

CIM CSharp sample code

Hello, Where is the sample UI code for CIM in CSharp? I just see API code in GitHub link.And BTW this is broken https://github.com/AuthorizeNet/sample-code-csharp

pgarvie
Contributor

eChecks being declined

Since 19-Oct-2015 at 12:41:13 Pacific, all our eCheck transactions in the Sandbox are being declined. Prior to that the status was "Captured/Pending Settlement". Tthe transaction detail of all of the declined transactions have a Transaction Status of...

Missing serializer builder

Hi, I'm trying to run some sample code which is allegedly self-contained, but the browser states I am missing a 'serializer builder' when I try to run it. Any suggestions? Message (I took out the domain): Warning: include(................/PHP/sample-...

Newbie Guidance on transaction strategy Solved

Hi. I'm a web developer new to CC processing. We offer a service where we collect 50% of the total cost on booking and then the 2nd 50% upon completion of the job. The 2nd payment would usually be within 30 days, but could go longer. We would like to...