Skip to main content
Prerequisite You should have a Stripe account and a Recharge Payment account.
Step 1. Pull the Recharge-Payment module using composer
composer require maurisource/recharge-payments
Step 2. Install command
php bin/magento setup:upgrade

Stripe Module

Installation of the Recharge-Payments module also installs the official Stripe-Payment module if you don’t have it already. Make sure you add it to your account in Magento if you haven’t already.
You should see the following if the deploy successfully went through:
Image: © MichaelVi/Stock.adobe.com

Troubleshooting FAQ

Here’s how to solve some common problems when working with the CLI.
Make sure an auth.json file has been created with credentials for required repositories. Then pull the package with composer again.
Run php bin/magento cache:flush specially after updating configuration settings from admin.
Try navigating to the root of your Magento environment and go to var/log. Check latest entries in logs files to help you trace the unknown error.