Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

camped-medusa-payment-cashfree

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camped-medusa-payment-cashfree

A starter for Medusa projects.

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Medusa Hackathon 2022 -

Cashfree Plugin Integration with MedusaJS

Medusa Hackathon 2022

https://www.npmjs.com/package/medusa-payment-cashfree

About

A Cashfree plugin (https://www.cashfree.com/) integrated with MedusaJS for seamless payment.

Participants

GitHubDiscordTwitter
@AzanulJohnDoe297#5970@Azanul
@Ambareen09D3l1l4H#8233@AzamAmbareen

Description

We have made a plugin for integration of Cashfree payment provider with MedusaJS

Prerequisites

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

Set up Project

  1. 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.

Installation

  • 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

Resources

Keywords

FAQs

Package last updated on 21 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc