App Manifest-referentie

Het stripe-app.json-manifestbestand is de centrale configuratie voor uw Stripe App.

Volledig manifestvoorbeeld

{
"id": "com.tajo.brevo-integration",
"version": "1.2.0",
"name": "Tajo for Brevo",
"icon": "./assets/icon.png",
"distribution_type": "public",
"sandbox_install_compatible": true,
"stripe_api_access_type": "oauth",
"allowed_redirect_uris": [
"https://tajo.io/stripe/callback",
"https://tajo.io/stripe/oauth/complete"
],
"permissions": [
{
"permission": "customer_read",
"purpose": "Read customer profiles to sync with Brevo contacts"
},
{
"permission": "event_read",
"purpose": "Subscribe to real-time events for Brevo automation triggers"
}
],
"ui_extension": {
"views": [
{
"viewport": "stripe.dashboard.customer.detail",
"component": "CustomerDetailView"
},
{
"viewport": "stripe.dashboard.settings",
"component": "SettingsView"
},
{
"viewport": "stripe.dashboard.onboarding",
"component": "OnboardingView"
}
],
"content_security_policy": {
"connect-src": ["https://api.tajo.io", "https://api.brevo.com"],
"purpose": "Verbinden met Tajo API voor gegevenssynchronisatie"
}
},
"post_install_action": {
"type": "onboarding"
}
}

Manifest valideren

Terminal window
stripe apps validate
stripe apps check

Subscribe to updates

developer-docs

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

AI-assistent

Hallo! Stel me vragen over de documentatie.

Start gratis met Brevo