Is there a way to validate an Accept.js card nonce before we save it to
a Customer Profile? Or does Accept.js do that automatically? I'm trying
to avoid saving the profile based off of the nonce, then trying to run a
transaction only to find out the ...
Thanks @describeit! For me, the crucial part to get Accept.js working
was the terrible practice of declaring the function on the window
object: window.handleAuthnetResponse = function(response) {