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
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...
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 .
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.
Is Accept hosted model supports visa processor mandate to not accept payments by visa credit cards?
Hi, One of our client received information from their Visa processor that there is a mandate introduced to not accept any loan payments from Visa Credit cards. Is there any settings in authorize.net to restrict the payments from credit card on using ...
Credit Card Verification Failed : Authorize.Net : (E00013) Customer Profile ID is invalid.
Hello, Is Save payment method supported with Authorize.net? I am receiving "Credit Card Verification Failed : Authorize.Net : (E00013) Customer Profile ID is invalid." error while testing.Thanks,
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...
Accept.js - E00003 The element 'opaqueData' has invalid child element 'dataValue' Solved
I'm trying to implement Accept.js and the PHP SDK. I'm receiving the error: The element 'opaqueData' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'dataValue' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. ...
Accept Hosted in iFrame - ANY way to retrieve merchant-defined field values??? Solved
Is there ANY way to retrieve merchant-defined field values when using the Accept Hosted payment form in an iFrame? I've already confirmed that: they are not included in the iFrame Communicator transaction response;they are not included in WebHook tra...
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. ......
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!
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...
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...
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.
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...
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. ...
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:...
Requesting API getHostedPaymentPageRequest to get Token Failed, now suddenly works again
Since end of last week our system was not able to call the Authorize.net API via https://api.authorize.net/xml/v1/request.api By submitting a XML string ... we retrieve the token and display the hosted payment page to our customers. This request sudd...
Able to charge the customer (after the first transaction) using the same CC they used.
Authorized .net cimWe wants to provide a products on rant with payment process using woocommerce.Example : User pay rent on online $10 In case our product damaged which price $200 so can we charge direct using credit card details which store in autho...
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...
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...
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...
Need refund transaction status API endpoint
I am method looking for (API end point ) from which I can get refund transaction status if I pass transaction ID with profile.
Please help with connecting Quickbooks Online to Authorize.net for payment processing
Hello Authorize Developers . . . . What is the best way to connect Quickbooks to to Authorize.net? I believe that there a plugin that I need. If so, what is the plugin? Cost, if any? I am trying to use the Quickbooks Online shopping cart to connect t...
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...
/rest/v1/notifications/{notificationId} gets "The requested resource could not be found"
I am currently using Postman for testing. When I GET https://apitest.authorize.net/rest/v1/notifications/ I receive all my notifications such as the following... "notifications": [ { "_links": { "self": { "href": "/rest/v1/notifications/3c60e0e6-354a...
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...