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.

Is Authorize.Net also a merchant account provider?

I read this page online merchant account and got a bit confused on whether Authorize.Net provides a one-stop payment solution. The test account does appear to function like an online merchant bank account. But based on the information provided in the...

RichardH
Administrator

Use Testing Guide for Specific Transaction Responses

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.

xcmma
Member

AIM and Visual Basic

Looking for help with AIM and integration into Microsoft Access. Just need sample code on the processing.

mynkow
Member

CIM: How to get client's last transaction? Solved

Is it possible to get the last transaction which a client did. I am interested in the Date which that occured. I saw that I can get transactions for the merchant but this one will have terrible performance with millions of users. Any idea?

rachmann
Contributor

Payment Types Enum? Solved

I see EcheckTypeEnum, BankAccountTypeEnum, CustomerTypeEnum Am I blind? Why don't I see PaymentTypeEnum - ie Credit Card, Bank, Check, Paypal, etc... Is there such a beast? Thanks!

rachmann
Contributor

getCustomerProfileIds - more useful if... Solved

When you create a profile, you need to provide an email and local merchantCustomerId to do so. So why doesn't getCustomerProfileIds return the profileId's WITH the merchantCustomerId to make it the slightest bit useful? Something like: OkI00001Succes...

Not Receiving Split Tender Id in response Solved

We are using Magento 1.4.0.1 and trying to implement Partial Transaction functionality on a Checkout page.The main idea is to use two credit cards for the one checkout process and split Total Order amount between this cards.We enabled "Allow Partial ...

How do I add multiple lines in product description with SIM and C#? Solved

Hello everyone, How can I had multiple lines to the product descripting with x_line_item in C#? Following the guide, SIM Guide, Adding to the ASP page: Works perfectly and displays all three items. But I can't change the values from the ASP page fro...

Configuring a Website - Can I pay someone?

I can write websites but have no experience with setting up Authorize.net.I have spent hours going around in circles on Authorize.net.And all the answers involve coding.Yes, I'd like to learn how to do it, but right now....I have to launch the site.I...

JesusJ
Member

Custom Fields error

For some reason when I input my cusotm fields on my form, I get a Runtime error. // Shipping Address objInf.Add("x_ship_to_first_name", ship_to_first_name.Text); objInf.Add("x_ship_to_last_name", ship_to_last_name.Text); objInf.Add("x_ship_to_address...

Recurring donations and Raiser's Edge Solved

Prefacing this with an apology--I'm not a developer and am only posting here because the authorize.net help guy said it would be the best/fastest way to get this question answered: Can authorize.net and Raiser's Edge work together to seamlessly proce...

Magento not posting description to Auth.net

I have two websites posting to one Auth.net account. When running reports for one site under "Order Information" it shows the invoice number and description of the item sold. For the second site it only shows an Invoice number but no item description...

mynkow
Member

CIM transaction processing delay Solved

Hi, I read an article here: http://www.adviceinteractivegroup.com/authorize-nets-recurring-billing-solutions/and the interesting part for me is: The first limitation is that the initial transaction will not be processed until the following day. If yo...

Authorize.net not redirecting to my URL

I was able to hit the payment gateway using direct post method using CardNotPresent account. But it was not redirecting to my website. I am using localhost as my domain name. Please find below code I am using for hiting payment gateway: CreditCardNum...

Not able to get the splitTenderID from response through c# SDK

I am trying to apply tip process for restaurants through authorize.net and we need to charge Tip from customer without new transaction. We are using your SDK and but not able to get the splitTenderID from response. We are using the following code: va...

WireShark capture of communication with test.authorize.net

I have a test program that opens a windows socket to test.authorize.net in an effort to process a card-present test. The data are detailed with highlights to show the various parts of the SSL post. Unfortunately, the screen capture images in my Rich ...

Sarita555
Contributor

How to find currency of transaction

Hi, The transation details API doesnot return the currency filed for the transaction. I know that the currency would be the same that is set up for the merchants account. But how to know whats the merchants setup currency or the currency of the trnas...

CIM Payment Types

Is it possible to store two types of payment in a CIM record? I would like to have setup a primary and a secondary form where either one could be a credit card or bank account. My initial read of the API lead me to believe this was possible but I'm w...

igal
Member

kernel32 dependencies

It appears the .net assembly is using the kernel32 as a dependency.When running the authority.net assembly under web service (a godaddy hosting service) the app crashes due to that dependency.What can be done? Thanks.

AIM integration in an existing c++ vending machine application Solved

I am tasked with the job of replacing a bill accepter in a XP-based vending machine application that is written in c++ within a visual studio 2008 development environment. I typically do not seek help, but I have spent a lot of time trying to adapt t...

linvio
Contributor

Multi-currency support

I'm delighted that AuthNet now supports GBP, EUR, and CAD ... and understand that we can set up accounts that will accept charge requests in each of these currencies. I also understand from various older posts that authnet will accept payments from i...

GregTampa
Contributor

mass Delete a Profile in CIM

been asking for a button or a multi account selection option to mass delete profiles within the cim manager, its very time consuming waiting for the page to delete and load each and every account..this was requested over 4 years ago, and we was told ...

Debit cards always declined? Solved

We have a live site which correctly processes credit cards, both domestic and foreign. But when a customer enters a debit card through our store (processing as credit card), the transaction is always declined as follows: Transaction ID: ############T...

mynkow
Member

Problem with CIM hosted asp.net form

Hi So far I managed to get CIM working with hosted form. I can add CC and save it, edit and delete. I saw in the popup.js that there is a function called AuthorizeNetPopup.onReceiveCommunication and I wanted to use it because of the params["action"] ...

C# source code library link on front end of

Hey Authorize.net, I have a suggestion for you guys it may seem silly but this is something that would have saved me a lot of time if it wasn't this way. on this link http://developer.authorize.net/downloads/ The link for the C# library has source an...