1.2.2 • Published 3 years ago

@dicty/stripe v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@dicty/stripe

Dicty Stripe plugin

Install

npm install @dicty/stripe
npx cap sync

API

initialize(...)

initialize(opts: InitializeOptions) => Promise<void>
ParamType
optsInitializeOptions

isApplePayAvailable()

isApplePayAvailable() => Promise<void>

handleApplePay(...)

handleApplePay(opts: ApplePayOptions) => Promise<ApplePayResult>
ParamType
optsApplePayOptions

Returns: Promise<ApplePayResult>


isGooglePayAvailable()

isGooglePayAvailable() => Promise<void>

handleGooglePay(...)

handleGooglePay(opts: GooglePayOptions) => Promise<GooglePayResult>
ParamType
optsGooglePayOptions

Returns: Promise<GooglePayResult>


Interfaces

InitializeOptions

PropType
publicKeystring

ApplePayResult

PropType
resultApplePayResults

ApplePayOptions

PropType
productIdstring

GooglePayResult

PropType
resultGooglePayResults

GooglePayOptions

PropType
clientSecretstring

Enums

ApplePayResults

MembersValue
Completed'completed'
Cancelled'cancelled'
Failed'failed'

GooglePayResults

MembersValue
Completed'completed'
Failed'failed'
1.2.2

3 years ago

1.2.1

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago