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.

mellie
Member

Spanish Hosted Form

Is the hosted form available in Spanish? Thank you, Mel

Error 13, data validation, HELP been at it all day since 2AM.

Posting the message below to 'https://test.authorize.net/gateway/transact.dll' using the 'POST' method, receiving the reply:

The following errors have occurred.

(13) The merchant login ID or password is invalid or the account is inactive.
So I tried th...

iOS SDK and Shopping Carts

I'm trying to determine if the iOS SDK from Authorize.net supports a shopping cart mode. It appears that one would need to register each device submitting payment transactions with a device limit of 100. This makes sense if I'm developing a Merchant ...

Way to use ARB api when CC info is taken through DPM?

We've implemented our donor site using DPM, not realizing that it could not handle ARB. My client wishes to remain PCI compliant, specifically SAQ-A. SAQ-A requires that credit card information never touch the server in any way. If I have the transac...

bones
Member

Using PHP SDK Credit response has invalid format. Solved

Hello, I am using the php SDK to run credits to a CP account. When I use the following code: $auth = new AuthorizeNetAIM(LOGIN, KEY); $auth->setFields( array( 'amount' => 12.12, 'card_num' => 1234 ) ); $auth->setCustomField('x_ref_trans_id', 12345678...

SIM Relay Response data truncates at non-ASCII characters Solved

I've been using SIM with Relay Response for over a year without any problems. I update a table with customer info from the response. Recently I noticed that if a response field contains non-ASCII characters, the data is truncated right before the non...

CIM - Adding Payment Profile

HelloI had AIM working fine on my site but am now swithing to CIM. I am processing in steps in which I first create the customer profile with the following. $request = new AuthorizeNetCIM; // Create new customer profile $customerProfile = new Authori...

WLM integration

There seem to have problem with authentication when returning from authorize.net to a site with WLM plugin. Any thoughts about this?

kbh
Member

New VISA requirement of separate transaction fee

We have been submitting credit card transaction requests to the payment gateway using the AIM method.Specifically, our exam fee and the convenience fee were added together and sent as one transaction request. So ifsomeone purchased a $50 exam, and ou...

Where can I get "secured by Authorize.net" or similar image?

We want to put this message on our payment page, so user can feel confident of the transaction. I have seen the Verified Merchant Seal, but we want something like http://www.xpxglobal.com/images/SecureCheckout.GIF which can show clearly our transacti...

ARB Customer Cancelation

Hi thereI have a website I am creating that is a wordpress website, with a membership subscription service. The plugin that handles the membership offers Authorize.Net as a payment gateway.The issue I have is that the site offers 12 week membership, ...

Instant Settlement Solved

Recently, I made a purchase on an online market. The transaction was instantly charged to my account and I was able to receive a reciept instantaneously. I am developing a small site that uses authorize.net to charge users and I was wondering if char...

ughwtf
Member

Why is Authorize.net refusing to post to my Relay URL?

Hi -- After my site moved from a shared IP address to a dedicated IP address with SSL -- my DPM integration stopped working. Authorize.net refused to post to my relay url. When I switched back to the shared IP w/o SSL, everything works fine. I do not...

AuthorizeNetDPM Form

Hello,I am new to PHP scripting. When implementing the (DPM) I was interested in passing the name and address information into the credit card request form. i have created a direct_post.php file on the fly for each visitor. It now includes these addi...

Basic integration of a hosted form for CIM

NOTE: TRYING TO IMPLEMENT BY THE END OF TODAY! I am a novice developer. I need to integrate a hosted CIM form into our website. I am looking for the basic code that I can copy and paste into our site for things like Name, Shipping Address, Billing Ad...

biot
Member

Simple Checkout

Is there any reason why "simple checkout" (as it is described at http://developer.authorize.net/api/simplecheckout/) could not be used downstream of a shopping cart? In other words, after the buyer has put items in the shopping cart on the merchants ...

Atif
Contributor

how to change transact.dll page textfields as readonly....

how to change transact.dll page textfields as readonly.... means not editable by user..because am sending values from my website form page through sessions into transact.dll page.so user not edit that textfields.. so plz help me soon how to change th...

field size

Where can I find max size for all message fields? Thanks,Juan SilvaMy Small Bizz, LLC

jlvn
Contributor

Timeout with CIM createCustomerProfileTransactionRequest

Hello, I am encountering an issue that only seems to happen from time to time. I am using the HTTP POST method for CIM with the URL at https://api.authorize.net/xml/v1/request.api. Occasionally, certain calls to createCustomerProfileTransaction will ...

biot
Member

Generating the Unique Transaction Fingerprint

In the submitting transactions sec of the SIM manual it makes ref to sample code for UTF generation. Checked the an developer samples at http://developer.authorize.net/downloads/samplecode/ and do not see it. Can someone point me to it. Much thanks.

microweb
Contributor

SIM not displaying form Solved

I am creating an application that is using SIM hosted payment pages for processing payments. I currently and using my test account before switching to my client's real authorize.net account. The form on my site is posting to: https://test.authorize.n...

Hosted CIM and CCV Validation

Hi Everyone, I have just set up my first hosted CIM integration and everything is going well with my test account. My goal is to have users enter a CC profile via hosted CIM then i will bill them immediately for the first month of their subscription,...

Which type of API is best applicable for me?

I am creating an iPhone app which accepts credit card payments and here is my use-case 1 - Product data stored on my server2 - iPhone app pulls product data from server3 - User uses iPhone to select products to buy4 - User is taken to a checkout page...

biot
Member

NOPdesign cart integration Question

The NOPdesign cart is relatively simple to use. See http://www.nopdesign.com/freecart/. The suggested gateway syntax for authorize.net is: The CheckoutCart () script hands off the following to the gateway: x_Versionx_Show_Formx_Descriptionx_Amou...

three3
Contributor

Submit payment without the CVV

I am trying to submit a payment without the CVV number using the AIM API. I am able to submit the payment, but when the charge occurs, it says the CVV number does not match ("No Match") in the Merchant Interface even though I am not submitting a valu...

ECHECK being declined for 103 response reason code

I'm sending an ECHECK message with, what I can tell from the samples should be a fully filled out message. Looking up the response reason code, 103, it says something about not providing a password. The problem is, that I don't seen anywhere in the A...