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.

AUTH works but CAPTURE gives intermittent Error 16 Solved

We use the Advanced Integration Method (AIM) in our custom shopping cart system. We've been using it for over a year without a problem. Starting yesterday, 2/21/2013, we started seeing intermittent error 16 responses for PRIOR_AUTH_CAPTURE requests. ...

how to switch test account from Card Present to Card Not Present?

I just set up a test/developer account, but I set it up as a "Card Present" account. My regular account is "Card Not Present". Is there a way I can switch my test account from Card Present to Card Not Present? I was not able to find a place to make t...

ARB not immedietly billing

My old developer made it so when someone signs up on my site it will set up an ARB, i get an email notification immedietly that an ARB has been set but i just realized 3 months into it that is doesnt actually debit their account immedietly, it just s...

tiek
Member

User authentication failed due to invalid authentication values. Solved

Dear Sir, I'm a developer and i'm deploying Authorize.net ARB API to client website. When I'm going to transaction it shows the error "Response Text: User authentication failed due to invalid authentication values." What is this issue. I used my test...

Create new transaction off existing ARB

I have members signing up on my website creating an "ARB" so they pay monthly.... i then call them and upsell services which may be a completely different price and they are one time.... So if i have a guy paying $9.99 a month (ARB) then my sales tea...

samory
Member

getTransactionList fails only on one specific batch

Hi, For a particular day of record I have 3 batch files. I have a program that uses the Authorize PHP Transaction Details SDK to download transaction information for analysis. On one of these three batch files I always receive an error and am unable ...

Suppressing email receipts to merchant when authorizing

We are integrating with Authorize.net using ActiveMerchant for Ruby on Rails. I was wondering if there was a way to suppress transaction emails to the merchant when we are doing an authorize for $1? I can understand that email receipts should go to t...

ggdtw
Member

SIM - Relay Response

Hi, all I study the document about SIM and use sample code, but the following still make me confuse. (1)if the end user is under NAT and the ip address is not a public ip address, can SIM work well? the topology like this end user -----(DEVICE server...

Get ARB Subscription ID in create callback.

When we create a new ARB subscription the response comes back and we save the id it gives us. We tested and it gives us back "33". Then when the silent post callback hits our method, the response has a different id, 15631016. 15631016 is correct in m...

mallen
Regular Contributor

How to run AuthorizeNETCIM_Test.php Solved

Can someone in simple terms explain how to run AuthorizeNETCIM_Test.php? I found the README file and it says :Usage: - On the command line in this folder run: phpunit . I have installed Pear and also phpunit. I have no idea how to run this test. I go...

anet_java_sdk maven clean package test failures Solved

I'm attempting to run a maven build on anet_java_sdk 3.1 that I've downloaded from the site. I've managed to resolve the majority of test failures given right out of the box by following the README contained in the downloaded zip, however, There are ...

Pre-authorization charge in payment method

I had a question regarding the ARB (Automated Recurring Billing) process for Auth.net. When we set this up do we manually need to pre-authorize the card? Or does the setting up of the ARB automatically pre-authorize the card? Thanks!

voidix
Member

Recurring Billing Without CCV Code (AIM)

I would like to process recurring transaction using AIM. To remain PCI compliant, the storing of CCV codes is not allowed. However, in order to reduce fraud I would still like to use the Fraud Detection Suite's CCV handler on initial transactions. Wh...

Shopping Carts

Hello I am having a problem when it comes to working with codes avaialble thru Authorize.net and what fits my website the best. I do all my own website work but when it comes to working with codes etc I get lost as I have never did anything yet with ...

Merchant Boarding API testing

I have embedded a signup form on my site using the Merchant Boarding API. I would like to go through the signup form to test it. Is there any way to turn on a testing mode so I don't actually add a new merchant when submitting the form?

omkara
Member

Android Logging in

Hi,I'm trying you quickstart for android https://developer.authorize.net/integration/fifteenminutes/android/ but the application stop at the loggin in processs In the logcat I only can see: D/AuthNetActivityBase( 5859): sleeping getMerchant()D/AuthNe...

How to get notifications of reoccurring payments Solved

Hi, I am looking into adding reoccurring payments (for memberships) into an shopping cart application I’ve written for a client. So my question is if I set up a reoccurring payment of $25 per/month for a customer, on my end how do I get a notificatio...

javax.xml.ws.WebServiceException CIM integration

Hi all, service_soap = rebill_ws.getServiceSoap(); when i invoke the above the above code , i am getting the below exception javax.xml.ws.WebServiceException: class integration.autherizenet.stubs.IsAliveResponse do not have a property of the name {ht...

Cant Login through the Android Sample

I am trying to integrate Authroize.net in my Android app.I have tried the Sample and Examples provided by Authroize.net.All compiled well without any errors but at the time of login.. i give my Username and Password.. i am NOt able to sign in and a m...

SIM Relay Response Not Getting to My Server Locked

About 1% of my relay responses fail. The credit card is authorized, but the relay response does not get to my application server. I checked the HTTP log files, and the relay page POST is not there. Even if the response from my page took longer than 1...

mallen
Regular Contributor

Need advice on approach using CIM with current site Solved

I am not sure which API I should use. Let me explain what I am trying to do. I have a site that uses WordPress and I purchased a theme that included a shopping cart. I tested it with Authorize.net and it works. The company who developed it is no long...

java.net.ConnectException: Connection timed out: connect

Hi All, I am integrating Autherize.net in one of our ecommerce website.The very first time i make call on any API Method (createCustomerProfile), the result is successful. But when i invoke the same API method agian with different values, i am gettin...

obaid
Member

Combining ARB and AIM

I am using ARB to setup monthly recurring payment for my users and I am also using the AIM API to Auth/Capture the first month's amount. This way I am able to get the first payment without waiting for the ARB to process the first transaction. My Ques...

dipesh
Member

Problem with AUTH_ONLY transaction while testing Solved

I'm trying to write code to explore the late payment transaction. In the code I have NameValueCollection object with the x_type set to AUTH_ONLY but when I create object of AuthorizationRequest with the collection, somehow it is automatically set typ...

Sandbox results Solved

Hello, I am new to Authorize.Net sandbox but no new to payment processing.I am using the SDK-AuthorizeNetDPM and submitted one of the test cc numbers.The response is:Authorization failed.Error code: 1(TESTMODE) This transaction has been approved. Thi...