Prerequisite You should have a Stripe account and a Recharge Payment account.
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.
Troubleshooting FAQ
Here’s how to solve some common problems when working with the CLI.Can't find package
Can't find package
Make sure an auth.json file has been created with credentials for required repositories. Then pull the package with composer again.
Cache Invalidate
Cache Invalidate
Run
php bin/magento cache:flush
specially after updating configuration settings from admin.Getting an unknown error
Getting an unknown error
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.