Socket
Socket
Sign inDemoInstall

sunmi-card-reader

Package Overview
Dependencies
2
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sunmi-card-reader

This is a plugin to integrate with sunmi payment SDK and work with the NFC card reader


Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

sunmi-p2-card-reader

This a plugin to integrate with sunmi payment SDK and work with the NFC card reader, test on Sunmi P2 only

Supported Devices:

  • Sunmi P2 (Tested on this model only).
  • Sunmi P1N.
  • Sunmi P2Lite.
  • Sunmi P2Pro.
  • Sunmi P14G.

Install

npm install @capacitor-community/sunmi-card-reader
npx cap sync

API

  • Interfaces
  • Type Aliases

Interfaces

PluginResultData
PluginResultError
PropType
messagestring

Type Aliases

PluginCallback

(data: PluginResultData, error?: PluginResultError): void

SunmiCardDeviceModel

{ model: string, isP2: boolean, isP1N: boolean, isP2Lite: boolean, isP2Pro: boolean, isP14G: boolean, }

### Type Aliases
SunmiCardResult

{ uuid: string; }

SunmiCardDeviceModel

{ model: string, isP2: boolean, isP1N: boolean, isP2Lite: boolean, isP2Pro: boolean, isP14G: boolean, }

Keywords

FAQs

Last updated on 12 Sep 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc