Guide
Tutorial on Stripe
Using @capgo/capacitor-stripe-pay
Capacitor plugin for Stripe Payment Sheet, Apple Pay, and Google Pay.
Why Capgo?
Capgo maintains official forks of @capacitor-community/stripe. We monitor upstream issues and pull requests, merge relevant fixes, and ship updates on current Stripe SDKs with example apps and documentation.
If you use the community package today, the Capgo Stripe plugins are the maintained path with faster turnaround on bugs and platform changes.
Install
bun add @capgo/capacitor-stripe-pay
bunx cap sync
What This Plugin Exposes
initialize- Set the Stripe publishable key and optional Connect account.createPaymentSheet- Create a Payment Sheet from your backend client secret.presentPaymentSheet- Present the native Stripe Payment Sheet.updateApplePaySheet- Update Apple Pay line items after shipping contact selection.
Full Reference
- GitHub: https://github.com/Cap-go/capacitor-stripe-pay/
- Docs: /docs/plugins/stripe-pay/
Related plugins
- Subscriptions: @capgo/native-purchases
- Wallet-only payments: @capgo/capacitor-pay