This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

cashfree-dropjs

1.1.5 • Public • Published
⚠️ This package is deprecated. Use our latest SDK to integrate the Cashfree Payment Gateway into your application.
NPM PACKAGE URL: https://www.npmjs.com/package/cashfree-pg-sdk-javascript
GITHUB URL: https://github.com/cashfree/cashfree-pg-sdk-javascript

Installation

npm i cashfree-dropjs

Note: add --save if you are using npm < 5.0.0

Documentation

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]

Basic Implementation:

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,
});

Demo

https://codesandbox.io/s/cra-forked-s7wfy

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i cashfree-dropjs

Weekly Downloads

122

Version

1.1.5

License

ISC

Unpacked Size

214 kB

Total Files

8

Last publish

Collaborators

  • cashfree-payments