cancel
Showing results for 
Search instead for 
Did you mean: 

Hosted Payment Information Form ... window[i] is not a function

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)

daviddugle
Member
1 ACCEPTED SOLUTION

Accepted Solutions

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.

Powered by NexWebSites.com -
Certified Authorize.net developers

View solution in original post

NexusSoftware
Trusted Contributor
1 REPLY 1

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.

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor