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.

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

Error code E00007 when switching to the production api

I have a test account which is pointing to the test api using the following code: ApiOperationBase.RunEnvironment = AuthorizeNet.Environment.SANDBOX; This works just fine, but when i change it to use the production environment using this code: ApiOpe...

checking out problem?

trying to check out and complete an order online only to get this error multiple times - User authentication failed. The account or API user is inactive. any ideas?

(97) This transaction cannot be accepted. SIM API.

I have a sandbox account, and am posting a form to the SIM page with the URL: https://test.authorize.net/gateway/transact.dll This is my code. I ADDED THE TIME OFFSET TO MATCH WHAT IS SHOW HERE: http://developer.authorize.net/api/ref...