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.
Unable to process ApplePay transaction
We are testing Apple Pay payment via Authorize.Net in sandbox and get in response payload an error with errorCode=153 and with message: "There was an error processing the payment data. Invalid ownership" during call service createTransactionRequest. ...
How to setup duplicateWindow on getHostedPaymentPageRequest
Hi Team,We have the Auth.Net Hosted payment page integrated in our application. We need to change the "duplicateWindow" time from default 2mins to 15 mins. I didn't see any option/setting to change the duplicate window for the hosted payment form in ...
Code Sample for updating Customer Profile needs improvement
The discussion text says:------------Update Customer Payment ProfileUse this function to update a payment profile for an existing customer profile.Note: If some fields in this request are not submitted or are submitted with a blank value, the values ...
Webhooks - receiving two different payload types
Between using the API Live Console and the C# sample code in Github, the response payloads for my only webhook are coming back as either a JSON object or a URL Encoded object. Idealy, I would like the JSON object. Is there a reason behind this differ...
I have problems with transactions.
My clients paid me with credit card on my e-commerce platform, but the payments have not been credited on my bank account.I'm still in test mode and I want to live mode.What can I do? It's urgent!
getTransactionListForCustomer returns wrong response title
When making an XML request to `getTransactionListForCustomer` instead of returning the expended response title of `getTransactionListForCustomerResponse`, we instead get the title `getTransactionListResponse`. This is causing an issue with the Active...
Shared CIM profiles ( vault )
We are working on integrating Authorize.net. We are developing a a platform where we are also a merchant, with multiple other merchants using our platform (like Amazon.com). Were are looking for a solution where the credit card information can be sav...
Shared CIM profiles ( vault )
We are working on integrating Authorize.net. We are developing a platform where we are also a merchant, with multiple other merchants using our platform (think of Amazon.com). Were are looking for a solution where the credit card information can be s...
Anyone using Authorize.net?
I remember it being popular 15 or so years ago. Do people still use that as their payment gateway now? Would you recomment not recommend it for a new site (clothing) on a custom back end?
MySQL Community Server
Hi Everyone, I have just installed MySQL Community Server on a windows machine, I’ve created a table and I am inserting a row every second. At this stage I have not gone live so I can still change pretty much anything I need to. One of the requiremen...
Visa Checkout lightbox issue(Missing card brands)
Hello there, I'm having an issue with running Visa Checkout in a live environment. The default parameters for loading up the lightbox popup is only allowing us to process Visa or American Express card brands, and is saying that Mastercard or Discover...
Integration methods - API Integration vs HOP Accept hosted
Hello, I am looking for some advise on integration methods, shared with same Auth.net merchant account. For e.g. We currently have a Customer self service portal and is using Authorize.net API integration method to charge credit card, refund etc.. we...
Hosted Payment Information Form Issues
Hey guys, I have the following issues: When the lightbox opens it opens with position top 50% which means it's in the middle of the page When the iframe opens it scrolls the window to the top. This together with the point above means that the user is...
Signature Key Locked
Hi, I've recently joined a new payment system and they run via Authorize but I'm having issues when a payment fails. It's running on MD5 Hash and I need to change/upgrade this but can't seem to sign up or generate a key. I've tried phoning and the of...
C# app with In Person SDK, detect Card Reader issue
We have a C# app using the Auth SDK In-Person. The issue is when a user runs a transaction with the app using chip reader, and then shuts the application after the transaction, the next time the user starts the C# app, then card reader is not detecte...
Credit card expiration date cannot be collected
I am testing in the sandbox and seeing something unexpected. When I update a customer payment profile (in live mode via the php api) with an invalid expiration date such as 11/99 it updates without error but when I charge that same customer payment p...
Not getting any responses from Accept Hosted IFrameCommunicator
Hello Team,I am trying to use AcceptHosted IFrameCommunicator. Call to Authorize.net is successful as it returns 200 code when i checked in Developer tool Network tab. But i am not getting any response back on my application. For testing I have added...
Not getting any responses from Accept Hosted IFrameCommunicator
Hello Team,I am trying to use AcceptHosted IFrameCommunicator. Call to Authorize.net is successful as it returns 200 code when i checked in Developer tool Network tab. But i am not getting any response back on my application. For testing I have added...
Cannot import "pyxb" in "apicontractsv1" with Wing Pro version 7 debugger, Python
Hello,I am just starting with testing and integration of the payment gateway in my application. I am testing sample-code-python with Wing 7 IDE. Wing 7 debugger cannot import pyxb in apicontractsv1.py, always raise builtins.AssertionError in pyxb\__i...
"Null" Response from Authorized.net 'ANetApiResponse' Object.
Hello,I'm Developing an Android App and I have the necessity of using Authorize.netRecurring Payment, so, I have added the Java SDK of Authorize.Net in myandroid app as a library.But once I'm hitting the API I'm getting a null response, even if I hav...
ECC Question
Is it still possible to enable ECC on merchant accounts? If not when was it removed as an option? It seems like it is still enabled on the sandbox version. We developed a site expecting ECC to be an option that is available, but now we have hit a roa...
Does Authorize.net ARB automatically try other payment methods if default fails?
I'm setting up an ARB integration and am wondering if I attach multiple payment methods to a customer profile (CIM) if the default payment method fails does Authorize.net automatically try the other payment methods as a backup? Trying to decide if it...
The underlying connection was closed: An unexpected error occurred on a send.
Hello, I have integrated Authorize.net payment gateway in SharePoint 2013 On-premises. I am using Authorize.net dll and it was running fine on production till Sep 25, 2020. But now, we are getting error as "The underlying connection was closed: An un...
Multiple Recurring Subscriptons with Similar Parameters
We are able to set up recurring billing subscriptions for our donors through the API. But if the same donor wants 2 recurring billing subscriptions with the same details (interval, amount, day-of-month, etc.) the createSubscriptionFromCustomerProfile...
How to Suppress Customer Email Receipt for Authorization Only Transaction? Solved Locked
I am using an "Accept Hosted" form for transactions. When the visitor submits their credit card, they get a receipt email -- even when it's an "Authorization Only" transaction. This is not good. It makes the visitor think their credit card has been c...
Including AcceptUI.js causes scroll to top and ignores #id fragment in URL
Including AcceptUI.js in the page (anywhere) causes the page scroll to top right after the iframe loads even though the URL has an id fragment like #id at the end of the URL. Instead, the page should scroll to the position of the identified element, ...
Uncaught TypeError: t is undefined in AcceptUI.js
Firefox Javascript console shows this error: Uncaught TypeError: t is undefined p https://jstest.authorize.net/v3/AcceptUI.js:1 t https://jstest.authorize.net/v3/AcceptUI.js:1 onreadystatechange https://jstest.authorize.net/v3/AcceptUI.js:1 Please fi...
HostedPayment token security issue
I am implementing HostedPayment using an embedded frame. while integrating I have noticed that the generated token is available on the parent page which can be easily manipulated with a different token. As the form and iframe are on the same page so ...
Security Issue in HostedPayment
I am implementing HostedPayment using an embedded frame. while integrating i have noticed that generated token is available on the parent page which can be easily manupulated with different token. As the form and iframe are on the same page so anyone...
Allow multiple customer payment profiles without directly inputting CC information Solved
I’m using Accept Hosted to handle donations given online for a non-profit entity. I’m currently trying to add support for recurring gifts, which I intend to handle as ARB subscriptions. In view of maintaining PCI compliance, I’m using Accept Hosted t...