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.

C# SDK - ARB UpdateSubscriptioin can change amount? Locked

Hi.Now i am working on the Automatic Recurring Billing.Creation of ARB is no problem. I can create.And also i can update the subscription of ARB such as card number.but even though I change the amount and card number when i update the subscription of...

lfolco
Member

DPM and PCI-compliance Solved Locked

hi- we are currently moving from AIM to DPM in order to become pci-compliant. according to the third-party resource we're using, DPM puts us into SAQ C, which they liken to a POS system. can anyone help me figure out how i can answer these questions?...

charles4iNET
Contributor

FYI ASP MVC C# System.Web.Mvc.ValueProviderResult relay_response Locked

As I was dealing with a previous concern I stumbled upon this little tidbit of info When harvesting data from relay_response post from AuthNet ViewData["problem1Get"] = post.GetValue("x_response_code").ToString(); //Litterally returns a 34 character ...

CustomerProfileWS.ValidationModeEnum Valid Values Solved Locked

Could someone give me a list of all the values for CustomerProfileWS.ValidationModeEnum when setting up a new paymet profile? What do each of these values mean? Thanks.Ashwini

DPM PHP Processing times out Solved Locked

Ok, i have searched these forums high and low, tried everything recommended by the wonderful ppl here, but I am still not getting anywhere. If someone could please help out here, this is the final step in the development process that i need to comple...

joatmon
Contributor

DNS propagation issue with Relay Response

Does anyone know how long Authorize.net takes to refresh their DNS? After almost 3 days since I changed nameservers I am still receiving relay response at my old site. When I did some testing with the test account, I found that had to use IP address ...

DPM Issue - Sample Code - URGENT!! Locked

Hello. Am using PHP to integrate DPM in a website for my client. Essentially, the client has a registration form for a camp. They give the site visitor the option of paying by check via mail or by credit/debit card via Authorize.net. There is only on...

kjaworski
Contributor

AIM Sample code - close connection error Solved Locked

Sorry, but I am new to Authorize.net and tried to run the AIM example in c# and I received the errorAn existing connection was forcibly closed by the remote host. I have the login id and transaction key supplied to me from Authorize.net.Anyone know w...

payment gateway code, is there a smaller version? Locked

payment gateway code, is there a smaller version?the payment gateway code creates a button thats linked to a Authotize.net payment gateway which links to a drop down box where customers input all their information. The problem is the dropdown box is ...

CSS on SIM Relay URL Not Loading in IE9? Locked

I've searched around and not seen anything that has helped so apologies if I missed the answer. I am using SIM and PHP and have a form with the basic Relay URL to http://wamp2.g3.com/andrew/ult-layout/center.php for testing. However, when I post the ...

Submitting high amount invoices Solved Locked

Hi, Is there a limit for how big an invoice can be? I'm builiding a system that would process invoices of around $5000, and would like to know if this could be an issue. Thanks!

Java code returns null values from postTransaction()

Hi There, I recently setup my Java environment to use the AIM SDK. I've just started making aithorization attempts now and I don't seem to be getting anything back when I run merchant.postTransaction(); I had the same code working in a serperate Java...

Using invoice number to pay from my website. Locked

Hello dudes,I am new to authorize.net development, and recently one of my N.A. clients asked me to add a buttom named: 'Click here to pay your invoice' to his website. I'd need to take the user to a form page with the following fields:a. Invoice numb...

C# SDK, The response of ValidateProfile. Solved Locked

Hi.now i am using C# SDK for autorize.net integration for my asp.net website. I call the function ValidateProfile for validating the payment method. I got the following response(the successfull transaction response).Code : var gateway = GetCustomerGa...

C++ integration Locked

Is there a simple integration method and sample code for MFC C++ (windows) or C Win32?

mikec
Member

Simple Checkout security code problem Locked

I'm trying to implement authorize.net to accept payments on our site and need to get something up very quickly. After trying to get DPM working for a while I decided to try simple checkout. Although this is not really ideal, I was hoping it would be ...

jaz872
Member

DPM for Coldfusion Solved Locked

Hello all,I've been tasked with adding Authorize.net's DPM option for one of our clients. We are currently using Coldfusion and I don't see a Coldfusion SDK or sample code in the DPM documentation for Coldfusion. So I was just wondering if anyone has...

Storing clients data Solved Locked

Hello, I wondering if there is a possibility to store clients credit card data on Authorize.net server without organizing my own billing system? And if so, which API I shoul use? Thanks in advance!

joatmon
Contributor

No Relay Response when using IP address Locked

I am in the process of changing web hosts and doing some testing before changing over the nameservers to the new hosting account, so my x_Relay_URL has to use an IP address for now. The domain name and security certificate are still in use at the liv...

janeH
Member

Card type response returning wrong card type Locked

Hope someone can tell me what this is about. A client tells me that one of their customers got a receipt (generated by my AIM code) that said she had paid with a Visa card when she had actually paid with an American Express card? Is this name/value p...

DPM, WooCommerce, "Error: Transaction Approved." Solved Locked

I know this has to do with the receipt/response urls, but I cannot for the life of me figure out what the issue is. WordPress with WooCommerce installed. at www.domain.comCheckout/card entry is www.domain.com/checkout/pay/The thank you page is www.do...

authorize api integration and encrypted credit card numbers Locked

Hi, I'm looking at integrating some form of authorize.net product into an existing winforms dot net application for the company i work for. I've looked into several integrations and they all seem to just be an api for handling payments. IE it's up to...

Test Account & Upload Transaction Files Solved

I have created a Test Account (running in default 'Live' mode' not 'Test' mode). Using sample file format from the API, I have uploaded a file for AUTH_CAPTURE.No errors upon upload and a proper File ID is generated. However, upon viewing Uploaded Fi...