Installing the Visa Acceptance Solutions Extension {#vas-adobe-commerce-install-extension}
==========================================================================================

1. Place an order in the Adobe Commerce Marketplace with the Visa Acceptance Solutions module. Go to [](https://commercemarketplace.adobe.com/ "").

2. Go to **My Profile \&gt; My Products \&gt; Access Keys** and copy the keys.  
   ![Adobe Commerce Marketplace](/content/dam/documentation/cybs/en-us/topics/isv/platform/vas-adobe-commerce/images/vas-adobe-commerce-marketplace.png/jcr:content/renditions/original)

   ```ph codeph
   {
       "http-basic":    {
           "repo.magento.com":    {
               "username":    "Your_Public_Key",
               "password":    "Your_Private_Key"    }
       }
   }
   ```

   {#vas-adobe-commerce-install-extension_codeblock_zq4_bvs_rdc} ![auth.json file](/content/dam/documentation/cybs/en-us/topics/isv/platform/vas-adobe-commerce/topics/vas-adobe-commerce-install-extension.dita)

3. Rename the *auth.json.sample* file to *auth.json* in your server's Magento root directory and enter your access keys.

4. In your Magento root directory, run the commands listed below:

   ```ph codeph
   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
   ```

   {#vas-adobe-commerce-install-extension_codeblock_kb4_t5s_rdc}
   {#vas-adobe-commerce-install-extension_ol_b1q_2qs_rdc}

