I am using accept.js to handle a credit card form (our own form, not a
hosted form). We are using almost verbatim the code provided in the
accept.js documentation, with some slight modifications to handle UI
things like disabling the submit button. W...