Gateway Website: http://www.authorize.net/
Authorize.Net Accept Hosted is a mobile-optimized payment form, hosted by Authorize.Net. This next-generation solution replaces the previous hosted form, which used our legacy SIM API.
- Step 1. Using the Authorize.Net API, call the getHostedPaymentPageRequest method. The API response contains a form-validation token.
- Step 2. Using the form-validation token returned in Step 1, embed the payment form or redirect the customer to the payment form by sending an HTML Form POST to our URL: accept.authorize.net/payment/payment
- Step 3. The customer fills in the payment form and submits it. The API sends the transaction to Autheorize.Net for processing. The customer is returned to your site, which displays a result page, based on the URL followed or the response information sent.
Change log
2018.08.30 - version 1.3.0 * Update SDK version to 1.9.7 (use Authorize.Net Accept), deprecated old SDK * Suport woocommerce version >= 3.0 * New: Custome invoice prefix 2014.06.21 - version 1.2.1 * Change discription of fee * Update message text * Update change auto submit instead of auto click * Capacity with new woo 2014.06.20 - version 1.2 * Campat with woo2.1 * Update core 2013.07.20 - version 1.1.1 * Add x_currency_code param * Add x_cancel_url param * Add x_cancel_url_text param 2013.03.09 - version 1.1.0 * Compatible to Woo2 * Custom language support 2012.12.10 - version 1.0 * First Release