0.1.0 • Published 1 year ago

sc-applepay v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

sc-applepay

SkipCash ApplePay Ionic Plugin; The plugin facilitates SkipCash Apple Pay integration within your ionic app.

Install

npm install sc-applepay
npx cap sync ios

Example (capacitor)

LINK -> https://github.com/SkipCash/ionic-sc-applepay/blob/main/example/src/js/capacitor-welcome.js

API

initiatePayment(...)

initiatePayment(options: { paymentData: string; }) => void
ParamType
options{ paymentData: string; }

isWalletHasCards()

isWalletHasCards() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>


setupNewCard()

setupNewCard() => void

loadSCPGW(...)

loadSCPGW(options: { payUrl: string; paymentTitle: string; returnURL: string; }) => void
ParamType
options{ payUrl: string; paymentTitle: string; returnURL: string; }

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago