시작하기
설치
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-stripe-pay`
Run the required Capacitor sync/update step after installation.
Read this markdown guide for the full setup steps: https://raw.githubusercontent.com/Cap-go/website/refs/heads/main/apps/docs/src/content/docs/docs/plugins/stripe-pay/getting-started.mdx
Use that guide for platform-specific steps, native file edits, permissions, config changes, imports, and usage setup.
If that guide references other docs pages, read them too.
설치
설치 제목bun add @capgo/capacitor-stripe-paybunx cap sync수입
수입 제목import { Stripe } from '@capgo/capacitor-stripe-pay';구독 및 앱 내 구매
구독 및 앱 내 구매 제목애플 스토어 / 플레이 스토어 구독 및 권한을 위한 경우 @capgo/native-purchases 이 플러그인 대신 사용하세요.
결제 시트 흐름
결제 시트 흐름await Stripe.initialize({ publishableKey: 'pk_test_...' });
await Stripe.createPaymentSheet({ paymentIntentClientSecret: 'pi_..._secret_...', merchantDisplayName: 'My Store',});
const result = await Stripe.presentPaymentSheet();직접 청구 (Stripe Connect)
직접 청구 (Stripe Connect)통과 stripeAccount on initialize() 또는 createPaymentSheet() per
예시 앱
예시 앱 섹션git clone https://github.com/Cap-go/capacitor-stripe-pay.gitcd capacitor-stripe-pay/example-appbun installbun run start진실의 근원
진실의 근원 섹션현재 공개 API를 문서화하는 페이지입니다. Cap-go/capacitor-stripe-pay.