@capacitor-community/stripe
v7.0.1
Published
Stripe SDK bindings for Capacitor Applications
Downloads
11,802
Maintainers
Readme
@capacitor-community/stripe
Stripe Identity SDK bindings for Capacitor Applications
Install
npm install @capacitor-community/stripe
npx cap sync
How to use
Learn at the official @capacitor-community/stripe documentation.
日本語版をご利用の際は ja.stripe.capacitorjs.jp をご確認ください。
API
This is for @capacitor/docgen only. Not use in product.
Interfaces
StripePlugin
| Method | Signature | Description | | --------------------- | -------------------------------------------------------------------------------------------------------- | ----------- | | initialize | (opts: StripeInitializationOptions) => Promise<void> | | | handleURLCallback | (opts: StripeURLHandlingOptions) => Promise<void> | iOS Only |
StripeInitializationOptions
| Prop | Type | Description |
| -------------------- | ------------------- | ------------------------------------------------- |
| publishableKey
| string | |
| stripeAccount
| string | Optional. Making API calls for connected accounts |
StripeURLHandlingOptions
| Prop | Type |
| --------- | ------------------- |
| url
| string |
CapacitorStripeContext
| Prop | Type |
| -------------------------- | ----------------------------------------------------- |
| stripe
| StripePlugin |
| isApplePayAvailable
| boolean |
| isGooglePayAvailable
| boolean |
License
@capacitor-community/stripe is MIT licensed.