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.

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?

Integration Testing of Transaction ID Changes

Our company received the notification from Authorize.net that:In October of this year, due to system updates, it will be possible to receive Authorize.Net IDs (Transaction ID, Batch ID, etc.) that are not in sequential order.Currently, if you receive...

ECC CREDIT type operation with SIM ?

Hello I would like to know if it is possible to do CREDIT type operation with ECC using SIM. This is said to be possible according to this page : https://www.authorize.net/support/CP/helpfiles/Miscellaneous/Pop-up_Terms/Expanded_Credit_Capabilities.h...

zappullae59
Contributor

Sandbox hangs Locked

I've noticed over the last couple days that transactions are not completeing or timing out in the sabdbox. See below. I have to abort my process and try multiple times to get it working. It always hangs at the same spot, Connection: keep-alive. Using...

How can I integrate Authorize.net on my HTML Website?

Mt website is HTML with static content no programming languages used like c# because there was no need at the time of inital launch. The site is hosted on Windows/Microsoft servers which is C# runs on.... What will we need to do for our site to succe...

noahs
Member

SIM questions

1. I don't want to handle PANs ever, because handling PANs means PCI compliance burdens.2. I want people to pay invoices online, and I want to make it hard (ideally impossible, but hard is sufficient) for them to somehow pay the same invoice twice.3....

Java SDK not working with Sandbox Locked

Hello, We are using the Java SDK and it stopped working on the Sandbox server a few days ago. When we make a request it just hangs and never returns any response. Sending an XML https post to the sandbox works just fine. Did anything change recently ...

Trouble Integrating API

Hey all, I am having trouble testing the API. Whenever I try the test codes, I don't get any errors, but instead it seems that I am having issues with this line of code: $controller = new AnetController\CreateTransactionController($request); I have t...

API Sandbox URL Timing Out Solved

The API Sandbox URL is currently timing out on me. I started noticing around 3:55pm ET. $ curl -v https://apitest.authorize.net/xml/v1/request.api * Trying 184.30.69.117... * connect to 184.30.69.117 port 443 failed: Operation timed out * Failed to c...

Can't process refund using CIM in PHP

I'm trying to build a tool to process refunds in PHP using anet_php_sdk-1_8_5_1. Here is my code to process the refund: $refund = new AuthorizeNetCIM; $transaction = new AuthorizeNetTransaction; $transaction->amount = $authAmount; $transaction->custo...

Apple Pay Token Submit Fails Solved

I am working on getting Apple Pay integrated in my app through Cordova (Phonegap) and have successfully retrieved my Apple Pay token. I followed all the instructions outlined in both Apple Pay and ADN documentation. Generated all required keys and ce...

aaytov
Member

Cannot create account using Java SDK Locked

Hello,here is our code which have been woking for a while but stoped on 11th of Octomber. Could You please varify it and give me any suggestions. The problem is when we try to post the create account cim transaction. It just blocks in retry attemps t...

Recurring Billing API not working Locked

Hi I have intergrate ARB method // Load the library file.$path = authnet_sdk_path('autoload.php');define("AUTHORIZENET_API_LOGIN_ID", $loginID);define("AUTHORIZENET_TRANSACTION_KEY", $transactionKey);$subscription = new AuthorizeNet_Subscription;$sub...