cashfree-payout
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

Cashfree Payout Node SDK

GitHub Discord GitHub last commit (branch) GitHub release (with filter) npm GitHub forks Coverage Status

The Cashfree Payout Node SDK offers a convenient solution to access Cashfree Payout APIs from a server-side JavaScript applications.

Documentation

Cashfree's Payout API Documentation - https://docs.cashfree.com/reference/payouts-version2-apis

Learn and understand payout workflows at Cashfree Payments here

Try out our interactive guides at Cashfree Dev Studio !

Getting Started

Installation

npm i cashfree-payout

Configuration

import { Cashfree } from "cashfree-payout";

Cashfree.XClientId = "<x-client-id>";
Cashfree.XClientSecret = "<x-client-secret>";
Cashfree.XEnvironment = Cashfree.Environment.SANDBOX;

Generate your API keys (x-client-id , x-client-secret) from Cashfree Merchant Dashboard

Licence

Apache Licensed. See LICENSE.md for more details

/cashfree-payout/

    Package Sidebar

    Install

    npm i cashfree-payout

    Weekly Downloads

    22

    Version

    0.0.14

    License

    Apache

    Unpacked Size

    356 kB

    Total Files

    34

    Last publish

    Collaborators

    • cashfree-payments