https://www.npmjs.com/package/medusa-payment-cashfree
A Cashfree plugin (https://www.cashfree.com/) integrated with MedusaJS for seamless payment.
GitHub | Discord | |
---|---|---|
@Azanul | JohnDoe297#5970 | @Azanul |
@Ambareen09 | D3l1l4H#8233 | @AzamAmbareen |
We have made a plugin for integration of Cashfree payment provider with MedusaJS
Before you start with the tutorial make sure you have
- Node.js v14 or greater installed on your machine
- Expo CLI
- Medusa Backend/Frontend setup
- Create an account on (cashfree.com) and activate the account. From there can generate get the API keys. Please follow (https://docs.cashfree.com/docs) for detailed steps to generate API keys.
- Configure below paramers in backend medsa-config.js file
{
resolve: `medusa-payment-cashfree`,
options: {
name: "cashfree",
api_key: CASHFREE_API_KEY,
api_secret_key: CASHFREE_SECRET_KEY,
},
}
- add local package using npm link with backend repo