cashfree-payout
v0.0.14
Published
Cashfree client for cashfree-payout
Downloads
116
Maintainers
Readme
Cashfree Payout Node SDK
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