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.

Intermittent problem with IFrameCommunicator Request Succedded

We're having an intermittent problem with our IFrame integration code. Our code for handling the transactResponse message always gets called, but about 1% of the time, the AJax call back to our application isn't executed. Almost all of the failures a...

nccqp
Member

Partial Refund on Transaction that is not settled presents no error Solved

Hello, I am trying to create a partial refund solution that will determine whether a transaction has settled by first attempting to perform a partial refund, which should return the error code 50 if the transaction has not been settled. { "code" : "5...

Accept Hosted form use web hooks or Authorize.net API reporting

I am using the Accept Hosted Form via the iframe method. I have had to abandon this due to browsers disabling iframes. My purchase process requires authorized transactions before the order can be processed. How often does webhooks send it's informati...

Sujini
Member

Hosted Payment Page Error Handling

We are using hosted payment Page,after doing successfult payment we are able to get transactResponse JSON in window.CommunicationHandler.onReceiveCommunication function but we are not able to get the error JSON.How to get error JSON when the payment ...

Retail software integration with yor pos system

Dear Sirs, we’ll install soon a management software at Davide Cenci’s store in NY: with our software the store staff can enter sales and other operations. For each sale is possible to select a payment method, at this point we will need to send to you...

kbaugher
Contributor

Webhook ping failed, but my endpoint is working

Hello, I have an endpoint set up on my end to receive JSON from Authorize.net's webhooks. I tested the endpoint using Postman to verify that it's up and running. I have even sent it a sample from your documentation, and I was able to pull in the JSON...

kbaugher
Contributor

Testing Webhooks w/ Sandbox Solved

Hello, I am trying to implement a webhook. I have the end point set up, but when I try to create a webhook in the sandbox I get a message saying "Error: Please generate a signature key from the Merchant/Partner interface to create a webhook." My unde...

Accept Hosted form not opening on tablet PCs

I have integrated the hosted credit card form into our environment and am having an issue with it opening on a PC that is also a tablet. The form will fire if you touch the screen but it will not if you use the track pad or mouse in chrome or mozilla...

Transaction ID invalid

What is the make-up of a valid transaction ID? Let's assume I get a E00099 response code when trying to create a customer profile. What would trigger this error on Authorize.Net's side?

darry
Member

This transaction cannot be accepted.

I am trying to incoporate the cardholderAuthenication which we are going to implement.Trying to test with sandbox and it is coming back with the following error.Not sure what I am doing wrong.TIA Mon, 14 May 2018 16:46:36 -0700 INFO : [_sendRequest] ...

Authorize.Net Accept Hosted - auto redirect to my url?

I am integrating with authorize.net using the below. Authorize.Net Accept Hosted There are options in the getHostedPaymentPageRequest api to specify the url where people can view their receipt and when I run a test and submit a payment it works great...

coppercup
Regular Contributor

Accept Hosted in iFrame - What does return URL do? Solved

Despite the fact that the Accept Hosted documentation says... With any of the form integration methods, information specific to the customer can be passed back to the merchant’s server by embedding it in the continue/return URL or the cancel URL. ......

ajach
Member

Sandbox Account Creation Down

The same issue presented many years ago: Previous Article Trying to setup for credentials, and I get an error with no other details. Tried several accounts/logins/emails/passwords, all passing validation. Please Help!

mvb89b
Member

Put a hold on an Automated Recurring Billing Subscription

Is it just me or is it crazy that you cannot put a hold on an active subscription. So here is the hypothetical...Say I run a gym and a user from the website wants to put a hold on their subscription for 6 months. Currently in the PHP-SDK I am not abl...

Could not create SSL/TLS secure channel Solved

We are running identical code in our test and production environments.In production, there is no problem.In test, after years of having no problems, we are now seeing this error message:"System.Net.WebException: The request was aborted: Could not cre...

Split Payments

I have a web application where I need to split the transaction total and send different amounts of the entire transaction amount into two separate Authorize.net accounts. I can do this with Stripe via transfers from connected accounts, but I'm not su...

Hosted Form Update Clarification

I know this may be a simple question, but as this affects our customer's checkout experience, I need to be absolutely certain. With the upcoming eof of the 'old' Hosted Form/CIM and 'new' Hosted Form/CIM, this is ONLY affecting use cases where a Host...

icible
Contributor

Know the account market type Solved

HI! My customer opened an account and he receives the error:Transactions of this market type cannot be processed on this system. I try to find a way to see which market type he chooses when he opened the account, I can't find it anywhere. Where can I...

boh
Member

Recurrent Payments without breaking PCI compliance? Solved

Hi, we are currently integrating authorize.net and we would like to set up RecurrentBilling without explicitly passing credit card data. How can we do this? We use Hosted Payment option for one off payments.