Giter VIP home page Giter VIP logo

react-native-cloud-payments-sdk's Introduction

react-native-cloud-payments-sdk

Getting started

$ npm install react-native-cloud-payments-sdk --save

IOS

$ cd ios && pod install

Usage

import RNReactNativeCloudPaymentsSdk from 'react-native-cloud-payments-sdk';

 const demoCard = {
    number: "5105105105105100",
    extDate: Platform.OS === "ios" ? "10/21" : "1021",
    cvvCode: "123",
  };
  
  const publicId = 'pk_id'; // ADD PUBLIC ID

  RNReactNativeCloudPaymentsSdk.isValidNumber(demoCard.number, demoCard.extDate, demoCard.cvvCode)
    .then(cardStatus => {
      console.log(cardStatus); // true
    });
    
  RNReactNativeCloudPaymentsSdk.getType(demoCard.number, demoCard.extDate, demoCard.cvvCode)
    .then(cardType => {
      console.log(cardType); // MasterCard
    });
    
  RNReactNativeCloudPaymentsSdk.createCryptogram(demoCard.number, demoCard.extDate, demoCard.cvvCode, publicId)
    .then(cryptogram => {
      console.log(cryptogram); // 025105105100/11004bpp9ltxt6c0jpdk8ErH+N33N9jZBm9Gr0jO7SVslLg/RdWYyjG5wiLrzmrUserhfblFVydij4wpjDvHH4kRnOskjnbn1XrPI8X9LMkvlR5Pkc63U5puXtnS0rkswS6JYaSErcKMq4TazimKY4rGobvhhYfg45LWdLlX0602t7ZybbaBTMff6wtta870/244s65GTbCI1zt6odDMckpEuiczwM68m6j0Rn2IuKpK8kR58x7tFFc7fWrrW0RHvLNxQIW9P+SpsySoiA4xaZfC7lXL57O80Ye6JDi6PWAim5dENNxIc81T1kmXnKn94x8h2+XS83yMHHfTUOeDb7J1fLg==
    });
  

react-native-cloud-payments-sdk's People

Contributors

alexeyz-pe avatar leonidvasin avatar remigar2012 avatar whalemare avatar

Watchers

 avatar

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.