- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Recently we changed our form from our own to the hosted payment information form. We did not change the api call as it was working before the change. Now we are getting the following error in the console.
AcceptUI.js:1 Uncaught TypeError: window[i] is not a function
at A (AcceptUI.js:1)
at g (AcceptUI.js:1)
Solved! Go to Solution.
โ05-12-2021 05:38 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @daviddugle,
This error is typically due to the function named in the data-responseHandler not being found when it is time to execute the response callback.
Certified Authorize.net developers

โ05-12-2021 06:21 AM - edited โ05-12-2021 06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @daviddugle,
This error is typically due to the function named in the data-responseHandler not being found when it is time to execute the response callback.
Certified Authorize.net developers

โ05-12-2021 06:21 AM - edited โ05-12-2021 06:21 AM

