@capgo/capacitor-stripe-identity
Capacitor plugin for Stripe Identity verification.
Overview
Section titled “Overview”Capacitor plugin for Stripe Identity verification.
Why Capgo?
Section titled “Why Capgo?”These plugins are maintained forks of @capacitor-community/stripe. Capgo split the community project into focused packages with docs, example apps, and CI for each Stripe surface.
Capgo tracks open issues and pull requests in the community repository, ports relevant fixes into our repos, and ships them on current Stripe SDKs. We aim to be more reactive than the community maintainers when bugs or platform updates land.
For document and selfie verification, @capgo/capacitor-stripe-identity is the maintained upgrade path from the community package.
Core Capabilities
Section titled “Core Capabilities”initialize- Load Stripe with your publishable key.create- Create a verification sheet from your backend session.present- Present the Identity verification flow.
Public API
Section titled “Public API”| Method | Description |
|---|---|
initialize | Load Stripe with your publishable key. |
create | Create a verification sheet from your backend session. |
present | Present the Identity verification flow. |
getPluginVersion | Get the native Capacitor plugin version. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-stripe-identity.
Related plugins
Section titled “Related plugins”- @capgo/native-purchases for App Store and Play Store subscriptions
- @capgo/capacitor-pay for wallet-only Apple Pay / Google Pay without Stripe Payment Sheet