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.

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.

knightcode
Contributor

QuickChip API calls no longer swipe

Using the inperson-ios-sdk and the QuickChip API, calls to readQuickChipCardDataWithPredeterminedAmount just today stopped completing successfully when a chip-enabled card is swiped (not dipped). Non-chip enabled cards complete fine. Is anyone else e...

knightcode
Contributor

More verbose Logging From inperson-ios-sdk ??

Can someone tell me how to turn on more verbose Logging in the inperson-ios-sdk? I submitted a issue, and the devs came back asking for logs and implying it was possible to make them more verbose. They also told me to come here and ask how to do so. ...

tapseries
Contributor

How to link webhook to each user?

When customers purchase on our website, we are collecting their data (name, address, etc) and then passing it to auth.net via Access Hosted. We have a page that retrieves the webhook data when the transaction is appoved. After the transaction is made...

The SSL connection to the remote server could not be established

Using ActiveMerchant Ruby gem for all of our Authorize.net needs. We have had the same code working for several years, and all of our SSL certificates are up to date. Has there been any change on Authorize.net's side that we would receive this error:...

tan
Contributor

Certain 'invoiceNumber' values predictably triggering errors Solved

Hey. I'm having a most bizarre issue. I'm able to predictably trigger certain errors by setting specific invoiceNumber values. I don't know whether this issue only exists in the sandbox or if it happens in production as well. I have tested numbers 1 ...

Unable to connect to Gateway (Spree Rails)

We're unable to connect to https://secure2.authorize.net/gateway/transact.dll. We installed the new certificate and are getting a Verify return code: 0 (ok) ssl connection when we run: openssl s_client -showcerts -connect secure2.authorize.net:443 Ca...

Accpet.Authorize.Net Server response delay/errors

For years our software has allow our clients the ability to process payments using transact.dll end points. We are aware of the transition to TLS 1.2 exclusive support and have implemented measures to meet these requirements. We have also transitions...

tradez
Member

Semi-Integrated Environment - Python

Hello Forum, I was reading the documents on the Semi-Integrated Environment and it sounds like the perfect solution for my issue. However, I see the only SDK for a computer is for Windows, and it's a Visual Studio solution. I'm a Python programmer an...

jmorgret
Contributor

Hosted Payment Form not displayed correctly when deployed on server

I have been working on this on and off for months and cannot get it to work. I have code to display the hosted payment page and it is working fine on my development machine. As soon as I put it on a server (my dev server or my production server) it d...

How to obtain the ZIP value when using AcceptUI.js?

Could not find this anywhere in the forum. Successfully using AcceptUI.js to popup a form and have: data-billingaddressoptions='{"show":true, "required":true}' in the settings. The popup form includes firstName, lastName, CCV and ZIP. Both name field...

msykes
Contributor

Are akami URLs now required?

Dear Authorize.net Devs, On May 1st (or maybe April 30th) people started having issues with SSL certificats, as indicated in this forum thread. For me, the other issue was also the transaction URL we were using was the old one and not the Akami Surer...

ruchi_s
Contributor

Silent post not working for live site

Hi Suddenly My silent post url stopped working. No transaction is hitting to that url but if I put any other url it started hitting. I thought there might be problem with that url but that url also working fine when i tried to post form on that url. ...