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.

Class SampleCode\Constants not found

Hi all,I'm trying to test the API running one of the built-in examples but I have an error.I've downloaded this sdk: https://github.com/AuthorizeNet/sdk-php/archive/1.8.9.zipThen I've downloaded this sample code: https://github.com/AuthorizeNet/sampl...

cant get this older AuthnetAIM.class.php to work in production

Hi -- Hoping someone might be able to help me. My software is about 6 years old, so I'm using older code. The file works perfectly with my sandbox credentials, but not my production (real) account and I'm not sure what to change. I seems like I have ...

Charging customer profile fails with E00040 - Customer not found

We are using the PHP SDK to capture customers payment cards and bank accounts and charge them on a recurring schedule. Today's payments could not be processed, and the error returned was "customer not found"We have a test suite for the API which was ...

Modules and API for recurring payments

Hi all,I have to allow the payment with Authorize.net on a Prestashop e-commerce with these requirements (in the order of importance):1) The system must manage recurrent payments (for example newspaper subscriptions). (must)2) The system must support...

Test Payment works but doesn't show in Sandbox

I have a Magento install and have configured the credit card payments to direct to a sandbox Authorize.net account. I've configured the API Login and Transaction Key to the proper values, and have the Gateway URL set to https://test.authorize.net/gat...

Can I setup gateway without building the SDK? Solved

I have my servers setup with Java and Ant. I downloaded the SDK from github. There are some .jar files in the lib folder. Can I use these .jar files without building the SDK? I just want to put these .jar files in my lib folder, then I write my own j...

rockon77
Contributor

Relay Response - Script timed out Solved

I am getting this error, which I have researched but haven't found a solution: "Your script timed out while we were trying to post transaction results to it. Transaction Result: This transaction has been approved." I found this error does not occur u...

Get transactions by Status?

I am new to auth.net api. I was hoping to find a way to pull transactions by their status. For example we would like to have a list of transactions that have been authorized but are pending capture and over 7 days old. Is it possible to do this throu...

CIM iFrame integration Bootstrap Errors

I have the iframe Hosted Form integrated into angularjs w/bootstrap in a modal that pops up. It's pretty streight forward, but if more information is need I can provide it.My issue is every time I pop it up there are two errors related to grabbing th...

AIM Refund API Error, Please hlep me

Hi. I'm testing AIM refund API. I made an authCaptureTransaction and it was settled successfully. I checked it on sandbox.authorize.net settled transactions. whenever I make a call, I get "The referenced transaction does not meet the criteria for iss...

RichardH
Administrator

SIM Sample Code

Developers have recently asked for some older, unsupported sample code for using SIM. I'm attaching here for those who need it. Richard

Integration of ARB in .net framework 2.0

I want to to know how to integrate ARB in .net framework 2.0. Is there any sample code, or sdk link or SDK documents to integrate ARB in .net frameword 2.0.

SeanF
Member

eCheck: How to include Company Information

Hi:I am trying to create an eCheck process using PHP. I have the system running fine in the Sandbox when I only input Routing Number, Account Number, Bank Name, Name on Account, and Payment Amount. However, I would like the user to be able to enter N...

Authorize.net Firewall

What all URL's are required for CC processing through Akami and authoirze.net? My firewall is able to take wildcards and I have enabled all outbound connections for http and https for *authorize.net* but the processing is still getting hung up. Any s...

[1]AnetVPOS[1].dll ---- cannot copy?

So I have a user who is getting this message when she tries signing into the VPOS http://i.imgur.com/wm5dJxU.jpg She is using IE10 on a 32bit version of Windows 7, which is up-to-date in regards to OS updates I made sure to check boxes to use SSL 2.0...

Where to get response code?

I'm trying to get the AIM functionality working on my Xcart site. When I submit an order all I get is this error message: Order processing errorOrder declined.Review your data or contact the store administrator.Reason: Error: (Reason Code / Sub ) As ...

Submission error using Authorize.net special parameters

Reference: Advanced Integration Method (AIM), Card-Not-Present Transactions, Developer Guide, June 2016, pg 87, Special Perameters I am using TypeForm.com which uses “Pipes” to identify each field. I want to push [pipe:1] and [pipe:2] form values (te...

eCheck businessChecking account type help

I used the sample PHP code with dependencies including "authorizenet/authorizenet": "1.8.9" to create my own eCheck processing application, to run from my existing membership website. I reached out to customer service regarding the language in the eC...

Subscription Payments are not happening in my Sand Box account.

Hi Team, I have created a subscription in my authorize.net sandbox account with test credit card,The Subscription Payments are not happening, the transaction schedule date is showing but the payment is not processing.Could any one please suggest me w...

how to integrate the recurring billing onto my website

Hello, I already an using AN for taking regular payments, but now we have a subscription option and we want to be able to allow clients to sign up for subscriptions using AN. Can you please walk me through how to add this feature to my weebly site. W...

CIM Hosted Payment Form Error

We have had our CIM Hosted Payment Form in service for a couple of years. Over the last 12 months we have started seeing some customers get an error when the they complete the form and click Save. All that is displayed is the word "error" in red. In ...

manal
Contributor

Auto Debit For Credit Card

Will it be possible to do the transaction without entering the cvv number while creating a customer profile transaction ?Actually we are looking for Auto debit.S owhich method swhould we use ?

Alix
Member

Proper http flow using legacy AIM API

I have a simlar problem as the person in this thread. https://community.developer.authorize.net/t5/Integration-and-Testing/HTTP-GET-vs-HTTP-POST/m-p/54868#M29825 And i've been greatful for the help I recently received on forming requests with aim. Ho...