paradoxlabs/authnetcim-hyva-checkout

Authorize.Net CIM payment method for Magento 2.x by Paradox Labs

1.1.0 2024-06-28 00:00 UTC

This package is auto-updated.

Last update: 2024-08-28 15:42:43 UTC


README

Latest Stable Version License Total Downloads

ParadoxLabs

This module adds support for Hyva Checkout to our Authorize.net CIM payment method for Magento 2.

Requirements

  • Magento 2.4 (or equivalent version of Adobe Commerce, Adobe Commerce Cloud, or Mage-OS)
  • Hyva Checkout (separate product and license)

Features

  • Place orders via Hyva Checkout, with Authorize.net CIM payment 2023-12-01_152853
  • Supports payment by credit card, ACH, and stored cards (via CIM tokenization). See Authorize.net extension for full details.

Limitations

  • Requires the 'Accept Hosted' iframe payment form at this time (no Accept.js or inline form support yet)
  • Does not yet implement the 'My Payment Options' customer account interface for stored card management

Installation and Usage

In SSH at your Magento base directory, run:

composer require paradoxlabs/authnetcim-hyva-checkout
php bin/magento module:enable ParadoxLabs_AuthnetcimHyvaCheckout
php bin/magento setup:upgrade

Applying Updates

In SSH at your Magento base directory, run:

composer update paradoxlabs/authnetcim-hyva-checkout
php bin/magento setup:upgrade

These commands will download and apply any available updates to the module.

If you have any integrations or custom functionality based on this extension, we strongly recommend testing to ensure they are not affected.

Changelog

Please see CHANGELOG.md.

Support

This module is provided free and without support of any kind. You may report issues you've found in the module, and we will address them as we are able, but no support will be provided here.

DO NOT include any API keys, credentials, or customer-identifying in issues, pull requests, or comments. Any personally identifying information will be deleted on sight.

If you need personal support services, please buy an extension support plan from ParadoxLabs, then open a ticket at support.paradoxlabs.com.

Contributing

Please feel free to submit pull requests with any contributions. We welcome and appreciate your support, and will acknowledge contributors.

This module is maintained by ParadoxLabs, a Magento solutions provider. We make no guarantee of accepting contributions, especially any that introduce architectural changes.

License

This module is licensed under APACHE LICENSE, VERSION 2.0.