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.

SDK License Agreement - Open Source Software Solved

I am a business analyst working with our developers to update our interface with Authorize.net. They have a question with the SDK License in regards to section 2.5 Open Source Software, that states "the SDK may contain software that is distributed un...

createCustomerProfileTransaction Error Solved Locked

I am trying to create a transaction and I am getting this weird XML error. Any ideas what is going wrong?"Name cannot begin with the '0' character, hexadecimal value 0x30. Line 2, position 404." Here is my call. I have the amount, the customerID, the...

AuthorizationRequest not validating the name, address or cvv

I'm using AuthorizationRequest and passing it the NameValueCollection. I'm setting the following:NameValueCollection nvc = new NameValueCollection();nvc.Add("x_first_name", Profile.FirstName);nvc.Add("x_last_name", Profile.LastName);nvc.Add("x_addres...

Newbie question about the various APIs

I need to be able to process both CP and CNP transactions. The CNP transactions are phone-based orders. Users will key info into a custom POS application - customers arrive later to physically retrieve receipt and merchandise. The CNP is fairly high-...

DPM - receipt page...(PHP passing info) Locked

ok, so you submit, it comes back to the relay_response page... then forwards to the receipt page. in the relay i update the transaction info in my database (starting the trans_id , approval status etc) now, how do i pass a field to the receipt page w...

Help with VBA code to get Settled Batch List Locked

With the following code (x's replace real login and key) Public Sub test() Dim Post_Url, post_string As String, post_response As String Dim objRequest As New MSXML2.XMLHTTP Post_Url = "https://test.authorize.net/gateway/transact.dll" post_string = po...

ecpic
Member

Declined Transactions Locked

I have a question regarding declined transactions. First let me note all of my fraud-prevention settings are disabled (AVS and Card Code Verification are both disabled.) 1) I notice that an abnormally high number of international customers have their...

subashkc1
Contributor

ARB post url Solved Locked

Hello, I tested ARB module for my clients website and is working fine, I just wanted to know that are we supposed to post our requests in live transactions also to "https://apitest.authorize.net/xml/v1/request.api" url ? Thank you in advance.

DPM / basic submitting questions...

ok, i have a page already set up to get the customer CC info (plus it displays their product choice etc) how do I submit the info? looking at the samples, its calling AuthorizeNetDPM::getCreditCardForm which is its own form... what do i do to use my ...

i0n
Member

AIM Card Present with USB swipe Locked

Hello, Would Card Present be what I'm looking for a retail shop that would like to scan cards using a USB card reader? I need to simply write some code to parse the swipe string and jam it into a aim processing script?

curta
Member

Java CIM SDK - SOAP stubs for GetHostedProfilePage ? Locked

Hi, I have a working integration (deployed for several years now) that makes use of the java_cim / SOAP files The integration does not currently use GetHostedProfilePage, but I'd like to change that now, and make use of GetHostedProfilePage for captu...

MOD
Member

SIM:ALL Platforms:Consecutive Spaces in x_* fields Locked

I posted about a week ago about a problem that showed up sometime between the 2nd and 6th of April. I just wanted to share what we came across and what our final solution will end up being. It would appear the core of the problem is in Authorize.Net'...

How to get MD5 Hash in RelayReponse page for validating Solved Locked

Hi Experts, I am new comer in Authorize.net Comminity so I have a question that I want to get the MD5 Hash for validating (Using the MD5 Hash feature). My project is written by C# ASP.NET (dont use MVC framework at all) I try to find in documents but...

DPM and partial authorization

I'm astounded I can't find any information about this in the forums or elsewhere online. Surely I can't be the only one trying to get partial authorizations working with the Direct Post Method? I think I could get it to work if I could figure out the...

takabyte
Contributor

Getting customer data from Hosted CIM Solved Locked

I'm crawling along trying to figure out how to work with Authorize.net Hosted CIM. I have finally gotten this far:I used createCustomerProfileRequest to get a new CustomerID. Using that, I sent off a getHostedProfilePageRequest, which gave me back a ...

Duplicate Transaction Error Locked

I have a shopping cart in which users can purchase products that are billed monthly, or billed at the time of the sale.The problem that I am having is that when I have a recurring product that has the same price as a non-recurring productI get a dupl...

rev23dev
Contributor

ARB SDK reactivate after suspended Locked

Is there a way to reactivate a suspended ARB subscription once it's failed via the SDK? Or is the only way to to it to go update it in the website. Would like to have my users deal with these themselves rather than calling me and me logging into the ...

am
Member

Taking a Cut Locked

Hi Guys, I'm interested in the Authorize.net platform, but I'm not sure if it can do what I need. A customer pays me $1.00 for a digital download (call it Book A). I want to take a cut (say $0.15) and then pay the remainder ($0.85) to the producer of...

CAPTURE & Hold Locked

Hi Folks,We have been using auth.net as the gateway of choice in our ecommerce tool for over 10 years. We have a new clientthat needs things to be done a bit differently. Instead of charging the card on "checkout" they want us to charge on shipping. ...

merchant email receipt bug found Locked

I don't know where else to post this. We had the same email address listed under 2 users both set to recieive merchant receipts in email.None of the email receipts were going through until I eliminated the double email. Thought I should put my findin...

rreynier
Contributor

Creating new CIM Customer Profile with CC information - Through Ajax? Locked

Is there a way that I can create a new CIM Customer profile through an Ajax call? This profile would need to store credit card info. I am trying to avoid having my site needing to be PCI Compliant, so obviously I cannot have the credit card informati...

Need Expiry Date

Hello Everybody, I am using CIM in one of my new sites developed in PHP using IFRAME popup, where I have a requirement to send emails to customers whose creditcards are about to expire. But in CIM when I am retrieving the payment details of a custome...

jrockfl
Contributor

Response code and response reason code Locked

I have a transaction that was declined.2|2|65 Here are the notes. Is that because I require the ccv code to match? The transaction was declined becausethe merchant configured their accountthrough the Merchant Interface to rejecttransactions with cert...

jsalz
Member

Reactiviating subscriptions using ARB Locked

I am working on a wordpress membership site. We have ARB set up and running smoothly. The issue we are coming up with is that when a person's credit card expires, the subscription is suspended. Some people do not want to give us their cc details to a...

takabyte
Contributor

CIM Ingration problem Solved Locked

I am working on hosted CIM. I have progressed to the point where I have acquired the token and sent the client to authorize.net to fill out his profile form, and everything looks fine except that there is no button for the user to click to return him...

haseebkhilji
Contributor

Validation On Secure Form Locked

Among DPM and SIM, In which method there is an automatic validation of credit card right on https://secure.authorize.net/gateway/transact.dll ?Like when the credit card number is missing or invalid, the page on the above url validate it before submis...