stripe-app.json
Stripe Apps manifest file
| Type | object |
|---|---|
| File match |
stripe-app.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/stripe-app-json/latest.json |
| Source | https://raw.githubusercontent.com/stripe/stripe-apps/main/schema/stripe-app.schema.json |
Validate with Lintel
npx @lintel/lintel check
A manifest describing a Stripe App.
Properties
The unique identifier for an app, for example com.invoicing.myapp.
An app version that you define. You can use any format you want for version identifiers.
The name shown in the UI when referring to your app.
The relative path to a 300x300 pixel PNG image, for example ./icon.png.
The permissions available to the app. Read more about permissions.
Configuration options for how to display the app in the Dashboard.
2 nested properties
Configure where the app appears in the Dashboard.
Configure the content security policy for your app.
3 nested properties
A message to show users when the app is installed that explains why the app needs to communicate with external URLs.
URLs of permitted third-party APIs. If the URL ends in a slash, all of its children also receive permission. Read about using third-party APIs.
URLs the Img component can load from. If the URL ends in a slash, all trailing paths are also permitted.
Specify a recommended action users should take after installing your app. Read more about post-install actions.
Custom values that are passed through to your views via context props. Read about context props.
A list of allowed urls to which the user can be redirected upon successful install of this app. Read about using allowed redirect urls.
Stripe Apps gives you two ways to distribute your apps. You can make them publicly available or privately share them only with your team member. Read about specifying Distribution Type.
A property that describes how your application accesses Stripe API. Read about specifying Stripe API access type.
A property that when set to true will allow your app to be installable into a sandbox. Read about Sandbox compatibility.
Definitions
The recommended action for users to take after installing your app. Read about post-install actions.