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.

Authorize.net (CIM) integration and processing

I would like to use Authorize.net (CIM) to save the credit card number of the buyer, but I don't want to charge the buyer anything at the time of processing. Can authorize.net (CIM) save and process the card number if the product price is set to $0? ...

stzoid
Member

API for non-tokenized purchase

I am new to Auth.net. I have a client that wants to store client credit card up at Authorize.net for a "tokenized" purchase. He will have some customers that use this tokenized method, and some that will enter their credit card at the time of purchas...

Linking problem when selling services no items.

My business sell services. My service is an excursion that only have one price per service, but when I sell more that one service to the same client the final price change. I can see one single price linked to the Authorize Page correctly. I can not ...

Stuck in the early stages - Direct Post Method (DPM)

I went through all the sample code, etc and i'm obviously missing something, so I apologize in advance for htis question. Since my site doesn't have ssl I'm using the Direct Post Method (DPM). It's a simple php site where users add items ot their car...

krom
Member

Invalid authentication after adding SSL certificate

Everything is working correctly on my production servers until I update my apache ssl certs. After I restart apache I get error E00007 User authentication failed due to invalid authentication values When I put the old ssl certs back and restart apach...

ARB Subscription Length

Using ARB and a Wordpress plugin, I have been able to successfully set up the purchase flow on a new website. However, I'd like to be able to offer a "no expiration date" subscription. The plugin developer claims that ARB does not allow subscription ...

Authorize.net with membership plugin issues

I migrated site from one membership platform to another. With the current platform, after importing members connection between authorize.net and the membership plugin is lost. The silent post url is being used so that for new members, the connection ...

AIM response explanation Solved

HI, I am doing an AIM request and the response is returend in a string which is delimeted. However, there is no documentation explaining the response. Can someone help me with a document which explains what these numbers are specially between 1 to 52...

ARB Subscription Request With customer profile id

Hi Everyone, How can I use customer profile id for making ARB subscription request? I looked at ARB C# sample and found that ARB subscription request required credit card details like number, card code & expiration date. But I have grabbed all those ...

Newba
Contributor

Understanding why validateCustomerPaymentProfileRequest goes through

We have some transactions where validateCustomerPaymentProfileRequest, which is set to liveMode, goes through, but createCustomerProfileTransactionRequest gets a declined (2,1,2) error. (This is on CIM with XML.)I think most likely that there may be ...

CC Security code question Solved

In the sandbox,I am using AIM SDK to test simple transaction.Input the card number is 4111111111111111,expiration date is 1120, and then after the security code is random input can still be traded。I want to ask if in the formal environment, user inpu...

Java SDK Bugs Report

The first is a bug that was already reported a few years ago and it still has not been fixed. Here is the link: http://community.developer.authorize.net/t5/Integration-and-Testing/Java-CIM-SDK-not-returning-bank-account-payment-info-for/td-p/20917The...

iowa
Member

Split Taxes and Fees under CIM

I am using CIM and would like to split my Taxes and Fees into two separate categories when I submit the CreateCustomerProfileTransaction request as it will make it easier to keep track of each amount as the transaction is processed. When the customer...

Steven
Member

AVS rejection settings for domestic/international Solved

Hello, I am trying to understand exactly how the AVS rejection settings work in conjuction with international customers. Say I have selected the following codes: B, N, A and Z (i.e. Both the 5-digit ZIP code and the street address match) (where in pa...

iowa
Member

Correct format for passing Customer IP in CIM Solved

What is the correct format for passing the Customer IP Address under a CreateCustomerProfileTransaction in CIM? I have tried to pass as below but keep getting an error E00013 : Extra Options is invalid. 99999999999999999999999999x_customer_ip/255.255...

Need help creating Relay Response fpr SIM method after Order

Hi,I just ordered authorize.net & am trying to implement it using the SIM method. I have read the support guide at the following URL (http://www.authorize.net/support/SIM_guide.pdf), and I still have no idea how to implement this! The only examples i...

DPM with PHP. How to add hidden fields?

I've read through the documentation plenty. It seems there is no easy way to add extra hidden fields to the getCreditCardForm string that is produced. The hidden fields are populated from the $sim form that is created inside the getCreditCardForm fun...

Many mastercard declines

I am getting many mastercard declines - about 50% and failry high visa at 20%. As far as I can tell we are passing through the correct data. Date is being passed as MMYY. Any suggestions? Authorize.net could not help as being declined at bank end. Th...

Error 87, Works in test environment, doesn't work on live.

I can't figure this out... array( 'ResponseCode' => '3' 'Errors' => array ( 'Error' => array ( 'ErrorCode' => '87' 'ErrorText' => 'Transactions of this market type cannot be processed on this system.' ) ) 'AuthCode' => '000000' 'AVSResultCode' => 'P'...

PixelT
Member

All Credit Cards Approve in Sandbox?

Hey, This is my first time integrating a stand alone store with Authorize.net. I do, however, have PHP experience. Just a little background. I'm using the DPM with PHP. I'm testing it out on a Linux based server with the Sample Code provided on this ...

Passing response code via JavaScript

Just looking for some advice on best practices for passing the response code from Authorize.net's .dll response to my page via JavaScript. I'll need to update payment status on my end depending on that response code, so I'm a little leary of just pas...

How is next billing date calculated? Solved

Hi, Can someone point me to documentation that outlines how Authorize.net calculates the next billing date for monthly ARBs? Specifically I am looking for documenation on how Auth.net handles monthly ARBs where the subscription date is on a day that ...

fokstrot
Contributor

Payment processing questions Solved

Scenario:Customer enters billing information for a ticket online. My website validates that the credit card is legit with a $0.01 authorization only. The customer is given a ticket confirmation number which he shows at the venue along with his name a...

Expiration Date in refund transaction

I searched through here and found a lot of questions similar to this, but they are all pretty old. I am mainly asking this question again in case there is updated information. We would like to notify/remind customers when their card is about to expir...

Customizing relay response page SIM Solved

Hi, I'm trying to customize the look of the relay response page so it looks like my website. Images, css, and scripts don't appear to be included in the response page even though they are referenced with their full urls. How do I include these files?...

Auto-show credit card type in hosted CIM?

Hello Friends, I have integrated Authorized.net payment gateway in Opencart from admin, but my client need one small change , he needs to show credit card types in Order confirmation page. so any body know how to show it. Thanks in Advance

PHP - eCheck integration with AIM

Hi, I have used the following code for integrating eCheck with AIM. But i am getting "AuthorizeNet Error: Response Code: 3 Response Subcode: 2 Response Reason Code: 33 Response Reason Text: Credit card number is required" this error message. Can anyo...