On this page

앱 매니페스트

앱 매니페스트

stripe-app.json 파일은 Stripe 앱의 핵심 구성입니다.

{
"id": "com.tajo.brevo-integration",
"version": "1.0.0",
"name": "Tajo, Brevo Integration",
"icon": "./public/icon.png",
"permissions": [
{
"permission": "customer_read",
"purpose": "Stripe 고객을 Brevo 연락처에 동기화"
},
{
"permission": "payment_intents_read",
"purpose": "Brevo에서 결제 이벤트 추적"
},
{
"permission": "subscriptions_read",
"purpose": "구독 라이프사이클 이벤트 처리"
}
],
"ui_extension": {
"views": [
{
"viewport": "stripe.dashboard.customer.detail",
"component": "CustomerDetailView"
},
{
"viewport": "stripe.dashboard.home.overview",
"component": "HomeView"
}
],
"content_security_policy": {
"connect-src": [
"https://api.tajo.io",
"https://api.brevo.com"
],
"purpose": "Tajo 백엔드 및 Brevo API에 연결"
}
},
"post_install_action": {
"type": "settings"
}
}

다음 단계

Subscribe to updates

developer-docs

Drop your email or phone number — we'll send you what matters next.

AI 어시스턴트

안녕하세요! 문서에 대해 무엇이든 물어보세요.

Brevo로 무료로 시작하기