시작하기
복사할 수 있는 설정 지시어와 이 플러그인의 설치 단계 및 전체 마크다운 가이드를 포함합니다.
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 syncimport
importimport { StripeTerminal } from '@capgo/capacitor-stripe-terminal';백엔드 요구 사항
백엔드 요구 사항스트리프 테미널은 안전한 백엔드 엔드 포인트가 연결 토큰을 생성하는 것을 요구합니다. 그 URL을 initialize().
await StripeTerminal.initialize({ tokenProviderEndpoint: 'https://api.example.com/stripe/terminal/connection-token', isTest: true,});
await StripeTerminal.discoverReaders({ type: 'tap-to-pay' });예제 앱
설명서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.