Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-sumup

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-sumup

Cordova plugin for native acces to the sumup paiement system

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

cordova-sumup-plugin

Cordova plugin for native acces to the sumup paiement system

This plugin permit interconnection beetween native sumUp SDK and hybrid mobile app (cordova/phonegap).

Compatibility :

  • ANDROID

Pull requests are welcome to integrate IOS !

Installation

$ cordova plugin add https://github.com/Oupsla/cordova-sumup-plugin.git --variable SUMUP_API_KEY=YOUR_AFFILIATION_KEY

You can your affiliation key here : https://me.sumup.com/developers You have to add your cordova package in the 'Application identifiers'

JS CODE


  plugins.sumup.pay(
    function(res) {
      /*
      res : {
          code // result code from sumup, more info here : https://github.com/sumup/sumup-android-sdk#1-response-fields
          message // message from sumup
          txcode // transaction code from sumup
        }
      */
    },
    function(error) {

    }, amount, currency (ex : 'EUR'), customerEmail, customerPhone);
    

FAQs

Package last updated on 16 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc