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.

SteveP
Member

Classic ASP sample code

Hi all, I'm bringing a legacy system (Classic ASP, PCCharge) into the modern world. I fully understand that I'll need to upgrade a lot of stuff, but first things first - for the immediate future, I am hoping to integrate the system and authorize.net ...

Webhooks for Recurring Payment transaction

We are using the webhooks API and are currently listening for these events. 'net.authorize.customer.subscription.suspended', 'net.authorize.customer.subscription.terminated', 'net.authorize.customer.subscription.cancelled', 'net.authorize.customer.su...

About external no-fraud solution

I'm using .Net SDK for Authorize.Net API from github. Version 1.8.10I would like to use an external no-fraud solution (like www.nofraud.com). I checked their integration doc and they just need a URL change, that means sending the payment request to N...

valid referenced transaction id is required

We use authorize.net for the transaction in our application. In recent we are facing issues with CIM refunds. Everytime we try to refund using customer profile we see the following error "valid referenced transaction id is required". We use the attac...

SIM hosted form Solved

I've been looking all around and not really finding posts addressing an issue. There might be a simple thing I should know, but newbie here, so bear with me... I am trying to get a hosted form working with the server integration method. Accept.js req...

Coldfusion ARB Sample Code

We have been successfully using the Coldfusion (currently CF 11) AIM integration to process Authorize.Net charges using CFHTTP Post. We would like to be now setup and manage ARB records for automatic billing - is there any sample code available? The ...

Is Authorize.net HIPAA compliant

Hi,I am looking for a CC processing company for a mobile application in healthcare, i was wondering if Authorize.net HIPAA compliant

MalcolmEnt1
Contributor

Help with Accept Hosted

After taking a breather once the recurring CIM API was implemented and working, I'm now readdressing the SIM replacement GetHostedPaymentPage. As with the other APIs, I started with the sample Java class for the specific API. I added the options I ne...

Validate Only Option in WooCommerce

I run a WooCommerce store. I sell products that I do not want to charge the customer for until they ship. I also do not want to use the Authorize function because I do NOT want a hold placed on their card. I want to use the Validate feature where the...

Devin
Contributor

Authorize.net sdk-dotnet on github License question

Hi, I am looking at the .net SDK: https://github.com/AuthorizeNet/sdk-dotnet/blob/master/license.txt We are looking at the license file (license.txt) and it does not seem to be acomplete license. There is a section that refers you to "Appendix 1" how...

Help:Switching to Production Mode

I am having an issue switching to Production mode and feel like it should work..Im posting to the correct URL have the right api and transaction keys for the live account plugged in and still cant get it to work below is my php and php log with error...

bobbydoogle
Contributor

C# CaptureRequest invoice number not getting set.

I'm working on a C# integration using both CIM and AuthorizeCapture methods, and currently the CIM populates an invoice number properly where as the AuthorizeCapture is not. Here is the way I have been attempting to use AuthorizeCapture, that works, ...

Some problems on ACCEPT HOSTED

Hi all, I faced some problems when trying to use ACCEPT HOSTED .I followed the github here: https://github.com/AuthorizeNet/accept-sample-appAnd found that it didn't work at all. What i did is as follows: Created an sandbox account.Set ENVIRONMENT va...

issue creating a customer portal on our website

The issue is that when a new account is created it uses a customer ID number that makes it difficult to determine who the client is based on their email address. What we need is a way for the account to be created using the customer name as their cus...

Need to switch from SIM to AIM, Accept or ???

We have been using SIM for years, but the hosted payment form is not mobile-friendly and there seems to be no immediate plans to make it so, according to tech support. So, we're forced to host our own form. We've got an SSL cert installed and I've do...

Question about tokens / transaction keys

Hi, I want to use Accept.js to tokenize customer cards so I don't have to store them on my server. I have created a simple form that returns a transaction key (returns a COMMON.ACCEPT.INAPP.PAYMENT number), but it seems if I wait more than a few minu...

wp
Contributor

Error when retrieving webhook notification history through API

I'm trying to retrieve the webhook notification history through the API via the endpoint https://apitest.authorize.net/rest/v1/notifications and am receiving the following error message every time, whether I use offsets or date range parameters. { "s...

mahdiy
Member

Help me get a successful transaction with Accept.js (error code 33)

Hello, I've implemented a basic setup to test if Accept.js will charge my card. For the SecureData object, I give it the card, expiry, and the "Firstname Lastname" format string for the SecureData.fullName field. Send the nonce away, and message on r...

kgw39
Member

One Time Transaction with Accept Form

We have vendors that want to use CIM for many of their buyer's purchase where business repeats but other buyers are making a one-time purchase only. These buyers specifically do not want their card going into a system where it may be charged multiple...

One-time Charge and Creating Subscription simultaneously

Hi, I'm working on a storefront with both one-time and subscription products, and would like to know best practices for charging both at once. I have 2 separate functions:- Charging the card through createTransactionRequest.- Creating a subscription ...

API response error codes

Since the UX is all important, I like to give the user a suggestion as to how to handle any error that might arise. I've previously used AIM (for about 10 years) and used the response codes published in the pdf to give me an idea of what to say. Like...

Creating a recurring/subscription form to connect with my gateway

Hey, I am reaching out to this community to help me create a form to speak with my gateway. I am trying to basically create a form that handles recurring and subscriptions on certain products. http://redfinpos.com/wp-content/uploads/RedFin-Developer-...

No response after Submission AIM php sdk - changed nothing

Hi,My store has been working for about two years.A few days ago when a user submits their Card info.I get NO Response from authnet, and the submit page refreshes (times out?)I've changed nothing and don't know where to look. Have been at it most of t...