Giter VIP home page Giter VIP logo

cashfree-dropjs's Introduction

โš ๏ธ 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

cashfree-dropjs's People

Contributors

harshith-kanigalpula avatar rajnandan1 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cashfree-dropjs's Issues

Can not save card details By using pre-build form

I am trying this NPM package on my react app , I want to save the card details after the payment have done. there are some docs on cashfree , but there is no clear steps for doing that(card saving) , If we can to add a parameter for controlling about saving card details on the pre-build UI forms , it is really easy for developers. And If we request for saving card details, the "Instrument_id:" should comes with the response to notify URL .

If the is any proper way to do that without calling server side API request, please let me know and share the links. personally I like, if that saving card feature comes with pre build form.

Not all Payment Method are rendering

I am testing it in development mode. When I clicked on render, only upi and card method is working and rest are not loading.. Just look into this issue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.