This add-on extends XenForo 2 payment profile system to accept payment via Authorize.Net. It is the XF2 version of [bd] Paygate: AUTHORIZE.NET ARB.
Xfrocks has open sourced their Authorize.Net payment provider. As it appears he is leaving the Xenforo community, posting an updated version using an updated fork of the php-sdk from Authorize.net to bring support for PHP 8.2 and 8.3.
Configuration option to collect a customer's phone number
Configuration option to display accepted card types
Adds missing javascript and callback files
Corrects critical validation bug introduced in v1.4.1
Replaces input fields with xf tags
Introduces support for XF 2.3 (THIS VERSION AND FUTURE WILL NOT WORK WITH XF 2.2)
Credit Card number field will highlight red for invalid cards
Credit Card number field will highlight red for cards not accepted
AuthorizeNet/sdk-php updated to May 2024 release (PHP 8.x support)
Fixes double submit bug when trying to pay
Adds a dropdown to select a country as part of address input.
This helps improve validation of payments from international customers.