Installing the Visa Acceptance Solutions Extension

  1. Place an order in the Adobe Commerce Marketplace with the Visa Acceptance Solutions module.
    1. https://commercemarketplace.adobe.com/
  2. Go to
    My Profile > My Products > Access Keys
    and copy the keys.
    Adobe Commerce Marketplace
    { "http-basic": { "repo.magento.com": { "username": "Your_Public_Key", "password": "Your_Private_Key" } } }
    auth.json file
  3. Rename the
    auth.json.sample
    file to
    auth.json
    in your server's Magento root directory and enter your access keys.
  4. Run the below commands in your Magento root directory.
    composer require visaacceptance/module-payment php bin/magento module:enable VisaAcceptance_Payment php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush php bin/magento module:status