시작하기
설치 단계와 이 플러그인의 전체 마크다운 가이드를 포함한 설정 명령어를 복사하세요.
Set up this Capacitor plugin in the project.
Use the package manager already used by the project.
Install these package(s): `@capgo/capacitor-stripe-terminal`
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-terminal/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-terminalbunx cap sync__CAPGO_KEEP_1__
__CAPGO_KEEP_2__import { StripeTerminal } from '@capgo/capacitor-stripe-terminal';__CAPGO_KEEP_3__
__CAPGO_KEEP_2____CAPGO_KEEP_4__ initialize().
await StripeTerminal.initialize({ tokenProviderEndpoint: 'https://api.example.com/stripe/terminal/connection-token', isTest: true,});
await StripeTerminal.discoverReaders({ type: 'tap-to-pay' });__CAPGO_KEEP_5__
__CAPGO_KEEP_2__git clone https://github.com/Cap-go/capacitor-stripe-terminal.gitcd capacitor-stripe-terminal/example-appbun installbun run start진실의 근원
‘진실의 근원’이라는 제목의 섹션이 페이지는 현재 공개 중인 API의 문서입니다. Cap-go/capacitor-stripe-terminal.