0.0.6 • Published 1 year ago

fsdk-payment-cashfree v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

fsdk Hackathon 2022 -

Cashfree Plugin Integration with fsdkJS

fsdk Hackathon 2022

Demo Link

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

About

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

Participants

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

Description

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

Prerequisites

Before you start with the tutorial make sure you have

  • Node.js v14 or greater installed on your machine
  • Expo CLI
  • fsdk 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: `fsdk-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

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago