메인 콘텐츠로 건너뛰기

시작하기

GitHub

설치

설치
터미널 창
bun add @capgo/capacitor-stripe-identity
bunx cap sync

__CAPGO_KEEP_1__

__CAPGO_KEEP_2__
import { StripeIdentity } from '@capgo/capacitor-stripe-identity';

__CAPGO_KEEP_3__

__CAPGO_KEEP_4__

__CAPGO_KEEP_5__

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

__CAPGO_KEEP_6__

__CAPGO_KEEP_7__
__CAPGO_KEEP_0__
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.