Skip to main content
Back to plugins
@capgo/capacitor-stripe-pay
Tutorial
@capgo/capacitor-stripe-pay

Stripe

Capacitor plugin for Stripe Payment Sheet, Apple Pay, and Google Pay.

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

Related plugins