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.

Invalid child element in PHP CIM SDK when updating payment profile. Locked

I'm using the provided PHP SDK to make CIM calls. So far, I have correctly made calls to createCustomerProfile, createCustomerPaymentProfile, and getCustomerPaymentProfile. Updating, however, is causing some issues for me. In order to update the paym...

Bank Identification Number in Authorize.Net Solved Locked

We are currently using a third party service to find out some additional information about transactions for fraud prevention, etc.. The company allows us to pass the first 6 digits of the credit card (known as the Bank Identification Number or BIN) a...

castor
Member

CIM bank account per-transaction limitations? Locked

Hello everyone, We use Authorize.net test system with CIM enabled. Some of the "clients" in CIM are using the bank account as their payment method (not credit card).The issue is that the transaction amounts for such clients are limited to $100 in tes...

k2
Member

SIM line item integration Locked

I've searched the forums for help on getting line item data to display via SIM method. I've been able to hardcode the data in and it works just fine, but I need to pull from the shopping cart as it is obviously going to be dynamic and possibly have m...

$0 zero dollar authorization rejected by authorize.net Locked

1. in production mode, processor is First Data Omaha, we ran a visa credit card for zero dollar authorization, but responded as (some private info is corssed):3|1|289|This processor does not accept zero dollar authorization for this card type.||P|0|x...

Yearly ARBs Locked

When a yearly ARB fails to be processed ie a credit card is expired, will Authorize.Net try to process this account again?If it does re-process the payment when does it try again? I would also like to know the rules for Monthly ARB's.

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...