Support Accept.js for the CiviCRM Authorize.net extension.
Accept.js helps reduce PCI DSS scope and works in a similar way to other "modern" payment processors such as Stripe - the payment details are never sent to your server, only an authorization token. Accept.js replaces Direct Post Method (DPM) with a modern implementation that doesn’t require a post-back. Accept.js can be used like any other payment type in the Authorize.Net API.
We already have a "sample" integration and now need to:
- Test all 3 payment processors in live/test single/recur.
- Develop Accept.js javascript for CiviCRM (per Stripe/GlobalPayments) to integrate fully / eliminate dual pay/contribute buttons.