Home > Software engineering >  Using accept.js with Authorize.net AIM
Using accept.js with Authorize.net AIM

Time:08-11

We currently use Oscommerce with Authorize.net AIM enabled. We are trying to integrate accept.js.

Problem: 1. When authorize.net AIM module is enabled the form does not post to confirmation page and produces error

  1. When AIM module is disabled then the form gets posted to confirmation page but we get "Select payment method"

We understand that atleast 1 payment method has to be enabled.

QUESTION: 1. is there are possibility of integrating accept.js with AIM? How? 2. If AIM is disabled then how to post to confirmation page in oscommerce?

Please help.

CodePudding user response:

Authorize.Net AIM does not support the payment nonce or one-time token generated by Accept.js. Instead you will need to use the Authorize.Net API using either XML or JSON.

  • Related