반응형
stripe
-
Stripe 결제 Flutter 와 연동하기flutter 2025. 1. 2. 10:38
먼저https://dashboard.stripe.com/ Stripe Login | Sign in to the Stripe DashboardIncompatible browser You need a modern browser to use the Stripe Dashboard. Please switch to a compatible browser to continue.dashboard.stripe.com회원 가입후 API 키를 만들어준다 라이브 모드 API 키 설정API 키에서 public 과 Secret 키를 복사해 둔다 flutter 초기화 및 설정void main() { WidgetsFlutterBinding.ensureInitialized(); Stripe.publishableKey = 'pk_t..