NPM PACKAGE URL: https://www.npmjs.com/package/cashfree-pg-sdk-javascript |
GITHUB URL: https://github.com/cashfree/cashfree-pg-sdk-javascript |
npm i cashfree-dropjs
Note: add --save if you are using npm < 5.0.0
Drop is our pre-built UI solution for accepting payments. Drop works by displaying payment components we call as drops at any place you want in your page. It can either display all the payment components at one place or different places depending on your need. Read more on: [https://docs.cashfree.com/docs/javascript-integration]
import { cashfreeSandbox } from 'cashfree-dropjs';
//use import { cashfreeProd } from 'cashfree-dropjs';
let testCashfree = new cashfreeSandbox.Cashfree();
//let prodCashfree = new cashfreeProd.Cashfree();
testCashfree.initialiseDropin(element, {
orderToken : string,
onSuccess: function,
onFailure: function,
components: Array,
style: object,
});