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.

how to get an authorization/transaction number? Locked

It looks like I've got a working script that posts to to authorize.net (with some help from a friend) but I'm not sure how to get back a confirmation number and/or transaction number to put in my database. Here's the script as it stands now. ( In the...

sneakyimp
Contributor

Basic CIM questions Locked

I've been reading some of the other posts here on the forum regarding CIM but still have some questions: 1) Am I correct in thinking that I should have only one CustomerProfile for each for each of my customers? Does the authorize.net system prevent ...

ARB to Magento CMS - Help Please Locked

I just signed up with ARB and didnt realize that were no easy solutions for setup! I thought we could charge a customer through magento and Authorize ARB could put them in the ARB w/out an issue so i need help with 1. is there a magento extension i c...

CIM Issues and Guide Lines Solved Locked

Hello, all. I've started using authorize.net SDK java since may last year, with AIM. In the last couple months I've been using CIM and it seems ok EXCEPT for a spectific bug that happens from time to time when someone enters a creditcard that is not ...

RandyN
Member

options for recurring billing Solved

Hi: I've spent a couple of days reading the API docs and this forum. The forum, in particular, has helped a lot with filling in the blanks. I'm a programmer in an academic department at a public university in the US. We've been using SIM for several ...

Connection Failure Locked

Anybody else encountering this today? lost 15 transactions already!

GetTransactionList function - Missing BatchSettlementID Locked

Hi, I'm using the GetTransactionList function to download all the transactions for a given period and for reconciliation purpose I need the BatchSettlementID, or BatchSettledOn values.The problem is that BatchSettlementID is always NULL and the Batch...

nCode
Member

customer payment profiles in CIM method - PHP Solved Locked

Hi everyone, I have a question about payment profile.After the customer have a customerProfileId he can write a few payment profile(if he has more than one credit card).How can i check if the customer payment profile has been created without knowing ...

Array Error Locked

Since I can not find how to post new I will post here. This code provided by teh developer guide triggers an error on reading the array. Any ideas why: Array response_array = post_response.Split('|');int ResponseCode = response_array[0];resultSpan.Te...

jgroh
Member

Blank Data in Merchant Email Receipt Locked

Hi all, I am at my wits end. I have a site for a client that I based off of a 3rd party job search/posting site (www.smartjobboard.com) and in order to use the site you need to pay for a recurring subscription. The cart has the option to use authoriz...

WIS
Member

My server is being sent UDP packets by Cybersource Corp. Locked

I started doing reporting yesterday, and noticed for the first time UDP packets coming from Cybersource. Could have been being done earlier, but I just did not notice till now. The packets are being either rejected or ignored by the firewall, can't r...

Error: Track2 Data Not in Valid Format Locked

Wondering why I get this message? I'm sure the swiper is setup right because when I look at the swipe data it checks out. I read in the SDK docs that the beginning and ending characters must be removed. Still no luck. Wondering what else it could be?...

Description never shows anywhere Locked

I am trying to put in transaction data from the gateway but the description value never shows, no matter if it's a single line transaction or multi item transaction. Did this ever get fixed?

SIM Intergration in Home Page/Post Locked

Greetings - I've read just about every thread related to SIM as well as the developer's guide and still can't figure out what I'm doing wrong. I'm trying to set up payment processing for an upcoming fundraising event. If you go here: gazellefoundatio...

Bug in java SDK Locked

net.authorize.cim.Result.importCustomerProfile the linecustomerProfile.setCustomerProfileId(getElementText(profile_el, AuthNetField.ELEMENT_CUSTOMER_PAYMENT_PROFILE_ID.getFieldName())); should becustomerProfile.setCustomerProfileId(getElementText(pro...

Integration of WP E-Commerce Gold Cart with Authorize.net

Hello, We are using the following plugin in the site: 1) Gold Cart for WP E-Commerce version: 2.9.72) WP E-Commerce Version: 3.8.7.6.23) We are using UPS as a Shipping Module for the shipping charges during the checkout. We are using Authorize.net AI...

Newbie setting up authorize.net sim error 99 Locked

I'm just switching over to Authorize.net SIM from another payment gateway. I can process payments from my virtual terminal with no problem, however when I try from my website I get a error 99. First, I was getting an error 97 which has to do with tim...

Default Shipping Address Solved

HI All, I am a newbie to authorize.net. And for the first time itself I am working on CIM. I am using the popup iframe for creating billing and shpping information. I see that CIM provides, multiple billing and shipping address information for each u...

Integation Locked

I have a problem with integration of library. When i am trying to use AuthNet *an = [AuthNet getInstance]; [an setDelegate:self]; [an mobileDeviceLoginRequest: mobileDeviceLoginRequest]; i am getting error in following code block in libXML in parse.h...

Verify Merchant Credentials Locked

Hi, I have a situation where the merchant enters his credentials, so that the website processes the payment. I would like to know how to validate merchant credentials so that when wrong credentials are provided an error can be displayed. Is this poss...

olimits7
Contributor

Charge in USD - Foreign CC Statement? Locked

Hi,I will be charging all customers in USD currency. However, I was just wondering how would the USD amount that I charge show up on my international customer's credit card statement?I'm guessing it shows the amount in their home currency, but does i...

JF150
Member

Passing Airline Data Locked

We function almost as a travel agent between card holders and the card issuing bank,and we are required pass airline data to the card issuing bank for our customers. This information is required in order for the customers to receive "points" on their...

WIS
Member

getSettledBatchList Testability Locked

Trying to get a settled batch report using a developer ID. I am calling using the Java SDK. The response is:ErrorE00011Access denied. You do not have permission to call the Transaction Details API. Is it this possible to test this? It is very possibl...

Wstar
Contributor

Checking to see if CC is valid Locked

I need to check to see if the credit card is valid. If I do a "authOnlyTransaction" does this show up on the customer bank account as pending? I will not be processing a transaction to go with the "authorize only". I simply wish to check and make sur...