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.

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

Address Verification AVS

Does Authorize.net support AVS for qualifying rates for MOTO merchants? And if so, how does one implement this? The samples do not support Address or Zip fields that I can see in the C# examples.

cltw
Contributor

Visa Checkout Integration help

I apologize I have some dummy questions due to a short deadline and never done this before. (deadline end of this week!) I implemented the ChargeCreditCard.cs sample code for credit card transactions but it looks like there is a separate Visa sample ...

question on suspeneded ARB

Hello, we have set up monthly recurring system. if any user any month recurring transaction is declining and if they update their card information in ARB within 3 days then we are doing last month transaction when user update his card information in ...

Globalization in MYSQL using .Net

i have used the mysql database which we used for the webservice for mobile applications.In the mobile application have 2 logins as per the languages like arabic and english.So while user want login as arabic that full session was need to set as arabi...

URGENT - Help with API ID and transaction Key

Hello - we are trying use authorize.net to integrate with our website and I was testing our API login Id and transaction key using : http://developer.authorize.net/api/reference/index.html I keep getting the error : E00007 - User authentication faile...

Test site doesn't work.

Hi, We have been using autorize.net for about six years now. We have always had trouble with it. Authorize.net is the most difficult gateway to integrate with. It seems like every other week I have to deal with it. At the moment, I am running our tes...

cltw
Contributor

sample code doesn't use ccv?

I'm new to doing online transactions, and I've downloaded the c# sample code and as I"m stumbling through my way building my credit card processing page based on the sample code, I noticed it doesn't use the ccv? How is that submitted or am I just mi...

ARBGetSubscriptionListRequest NULL Exception Error

Hello, I built a program that pulls down all ARB subscriptions by using the following searchTypes ARBGetSubscriptionListSearchTypeEnum.subscriptionActiveARBGetSubscriptionListSearchTypeEnum.subscriptionInactiveARBGetSubscriptionListSearchTypeEnum.car...

Authorize integration with Wordpress thought s2member plugin

Hi I am developing a website using wordpress, and I have to get pay in 3 times (same amount) one pay every month for 3 months, and get integrated with the s2member plugin so it can cancel the access after the 3 months or if one of the months payments...

Account/Login feature

Looking to set up Authorize.net on my website.. Wanted to see if anyone had ideas to create an account/Login feature through Authorize.net?