내용으로 건너뛰기

시작하기

GitHub
터미널 창
bun add @capgo/capacitor-stripe-identity
bunx cap sync
import { StripeIdentity } from '@capgo/capacitor-stripe-identity';

클립보드에 복사

await StripeIdentity.initialize({ publishableKey: 'pk_test_...' });
await StripeIdentity.create({
verificationId: 'vs_...',
ephemeralKeySecret: 'ek_...',
clientSecret: 'vs_..._secret_...', // web only
});
await StripeIdentity.present();

인증 흐름

설치하기
터미널 창
git clone https://github.com/Cap-go/capacitor-stripe-identity.git
cd capacitor-stripe-identity/example-app
bun install
bun run start

실질적인 진실의 근원

실질적인 진실의 근원 섹션

이 페이지는 현재 공개 API를 문서화합니다. Cap-go/capacitor-stripe-identity.