SkipCash ApplePay Ionic Plugin; The plugin facilitates SkipCash Apple Pay integration within your ionic app.
npm install sc-applepay
npx cap sync ios
LINK -> https://github.com/SkipCash/ionic-sc-applepay/blob/main/example/src/js/capacitor-welcome.js
initiatePayment(options: { paymentData: string; }) => void
Param | Type |
---|---|
options |
{ paymentData: string; } |
isWalletHasCards() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
setupNewCard() => void
loadSCPGW(options: { payUrl: string; paymentTitle: string; returnURL: string; }) => void
Param | Type |
---|---|
options |
{ payUrl: string; paymentTitle: string; returnURL: string; } |