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.

Test Credit Card Numbers Locked

I need to know the test credit card numbers. I remember seeing a screen when I first created an account that had them but I can't find them anywhere. I know that Visa is 4222222222222222 but what are the others, specifically MasterCard?

ECHECK transactions are declined if amount exceeds $100 Solved

Hello,I have been assured by the people who set up our merchant account that the ECHECK limit is set at $400. I am using AIM as my integration method and everything works as expected until the check amount exceeds $100, then the transaction is declin...

3-D Secure support among APIs? Solved

Is 3-D Secure supported by any of the APIs? I'm specifically interested in CIM. Also, are gateway-hosted forms available for CIM?

dlak10
Member

Asp.net MVC - Update database from relayurl page

I am trying to use Authorize.Net integration (TEST MODE) with my MVC project. I tried with this url https://test.authorize.net/gateway/transact.dll?x_login=...&x_test_request=true&x_delim_data=true&x_delim_char=%2c&x_show_form=PAYMENT_FORM&x_version=...

fantomknight
Contributor

Only Charge at shipment time Locked

He guys, I am new to Authorize.net and I have a quick good question here :) I know that my gateway will automatically submit a batch of successful transactions daily at a predefined time for settlement. Now lets say I want to just authorize the user'...

Direct Post Method Integration Error

Hi, I'm barely new to authorize.net. I just followed the step by step instructions stated in the pdf in implementing this. Now, i got some issue which i dont know how to fix. When i used the card not present details. I got this message after submissi...

wyang
Member

Classic ASP sample code for AIM Error Solved

Hi, I am trying to run a sample code for the AIM Classic ASP. I did not change the code except for the values for x_login and x_tran_key. The error message I'm getting is: msxml3.dll error '800c0008'System error: -2146697208. Now, I've also tried to ...

jmorrison
Contributor

SDK API Doc vs Samples Locked

The API documentation for the .NET SDK states that an AuthorizationRequest object is "A request that authorizes a transaction, no capture." However, the sample application shows the AuthorizationRequest class as the only request being sent to the gat...

x_line_item= (270) line item 1 is invalid. Solved Locked

Hello- I am trying to follow the instructions I found online in terms of formatting with delimiters and am getting the above error with the following syntax. $lineItem = "x_line_item=item1<|>home3<|>Basic (Reuse)<|>$29.99<|>Y&x_line_item=item2<|>4<|>...

ARB API - lookup subscription's resulting transaction id

I am sure this has been asked before... but I really need this functionality. I have a database listed with subscriptions, their info and subscriber ID's from successfulARBCreateSubscriptionRequest's. I would like to be able and run queries every day...

mrbinky3000
Contributor

How many days in an Authorize.net month? Solved

How many days equals 1 month? For example: Is a length and interval of 28 days the same as the length and interval of 1 month? The reason why I ask is because I need to determine the maximum durration from all of the various subscriptions in a databa...

slurve
Member

Login ID is viewable in source code in hidden fields? Locked

Hi, I'm relatively new to Authorize.net, so forgive me if I'm missing something obvious here. I'm currently working on a SIM integration. Everything seems to be working fine, but the loginID I'm using is viewable in the page source (when the page is ...

scottm
Member

Multiple API Login IDs Locked

This has probably been asked before. I did search, but didn't find anything, although I may not have searched for the right terms. I do apologize if this has been asked before. Is it possible to have multiple API login IDs? One with lesser privileges...

neilz
Member

CC expiration Date question Solved

HelloI am using AIM SDK to test simple transaction. I have noticed that transaction is approved even with incorrect expiration date for CC. Am I missing something? Below is a snippet of code I am using. when I run the application I use a valid CC num...

ARB Status Confirmation.

I haev few question : 1. What will be the subscription status when a subscription is charged successfully on Subscription end date? 2. When subscription status becomes expired? ThanksBhoomika

jlowery
Contributor

Direct Post Method samples don't work Locked

Hi, I followed the instructions in the "Integration Payments into your site in 15 minutes or less" page for C# MVC and it doesn't work as indicated. Granted, I'm new to MVC. But if you are going to post an example that requires a certain level of pre...

How to use Direct Post Method with Python? (custom code?) Solved

I just saw the email for the new Direct Post Method, and it looks really interesting (esp. due to customizable checkout flow & no PCI hassles). But the SDK is not available for Python yet. Is there a python library available that I somehow missed? If...

tad
Member

DPM - Security Code Error Locked

I'm trying to implement DPM. The .NET SDK is made for MVC and I have a webform site. It looks like DPM and SIM are pretty much the same except that the payment form is on my site and is posting directly to the payment gateway. So, I created a payment...

Questions about new Reporting API Locked

I'm looking for a way to run a nightly settlement report via an API, but the new reporting options seem to only allow me to query the results of a Batch or a specific transaction. What I'd like to be able to do is get the data for all transactions wi...

bmehla
Member

Merchant Email Receipt without product details Locked

Hi, We recieved mail from authorize.net but there is no products in the mail and under "SECURITY STATEMENT" mentioned that [It is not recommended that you ship product(s) or otherwise grant servicesrelying solely upon this e-mail receipt.] . The mail...

Any way to export data from CIM? Locked

Hi, I need to export our customer data from CIM as we're looking to change our recurring billing provider. Ultimately we'll still be using Authorize.net, but we were using Chargify as an additional layer to handle dunning emails and such. To import i...

TSdotNet
Trusted Contributor

AVS checking Solved Locked

On one of our company websites, we have a customer who repeatedly tries to order an item, and only gets the AVS correct on the 5th attempt. This situation has happenend numerous times now. We have recieved a number of emails from him saying that for ...

How to implement a "Review Order" feature Solved

I have been searching trying to find information about best practices around storing transient credit card data. My use case is as follows: After clicking "Checkout" in the cart to begin the checkout process, users enter their shipping address, billi...

(270) Line item 1 is invalid. Locked

I am getting an error everytime i try to purchase anything off of my website. I am using EShop for Wordpress. The error is (270) Line item 1 is invalid. Any help would be appreciated. The website is www.LesBijouxBoutique.com

Error w/processing transacion — Please Help Locked

Recently out of the blue (I didn't make any changes) my customers have been getting this error message when submitting their info: (97) This transaction cannot be accepted. So I went on the chat ant they told me to enter my x_fp_timestamp on this web...