gocashfree / cashfree-magento
payment gateway extension for magento by Cashfree
Package info
github.com/cashfree/cashfree-magento
Type:magento2-module
pkg:composer/gocashfree/cashfree-magento
3.3.2
2024-04-25 10:05 UTC
Requires
- php: 7.*|^8.1
Suggests
- magento/module-checkout-agreements: 100.0.*
This package is not auto-updated.
Last update: 2026-06-21 14:07:41 UTC
README
Installation
- Download the
code.zipfile from the latest release. - Extract the zip and navigate to the "app" directory.
- If a "code" folder exists, overwrite its contents with the "code" folder from the zip file. If it does not exist, simply place the new "code" folder in app directory.
- Execute the following commands in your Magento root folder to enable the Cashfree module:
bin/magento module:enable Cashfree_Cfcheckout bin/magento setup:upgrade
Check if the module is installed with:
bin/magento module:status
Cashfree_Cfcheckout should appear in your module list.
Configuration
Configure the Cashfree payment method in your Magento Admin:
- Navigate to Admin -> Stores -> Configuration -> Sales -> Payment Method -> Cashfree.
Try clearing your Magento Cache from your admin panel if you experienc any issues:
- Go to System -> Cache Management in the admin panel.
Version Compatibility
- For Magento version 2.3.x or above, refer to the master branch.
- For Magento version 2.2.x and earlier, download from the magento-2.2.x branch.
Getting Help
If you encounter issues or have questions, feel free to reach out:
- Submit an issue to our GitHub Issue Tracker.
- Send a message on our Discord server.
- Email us at care@cashfree.com.
Contributing
Want to contribute? Check out our CONTRIBUTING guidelines.