github-actions[bot] 9adcc09204 chore: version packages (#248) 3 月之前
..
scripts a66aef17f9 stripe updates (#121) 4 月之前
src d904d45150 fix schema import to use server-safe subpath (#146) 4 月之前
.env.example a66aef17f9 stripe updates (#121) 4 月之前
CHANGELOG.md 9adcc09204 chore: version packages (#248) 3 月之前
README.md a66aef17f9 stripe updates (#121) 4 月之前
eslint.config.js 3201854481 external store adapter for state management (#139) 4 月之前
jest.config.js a66aef17f9 stripe updates (#121) 4 月之前
package.json 9adcc09204 chore: version packages (#248) 3 月之前
pnpm-lock.yaml a66aef17f9 stripe updates (#121) 4 月之前
stripe-app.template.json a66aef17f9 stripe updates (#121) 4 月之前
tsconfig.json a66aef17f9 stripe updates (#121) 4 月之前
ui-extensions.d.ts a66aef17f9 stripe updates (#121) 4 月之前

README.md

Full Page Stripe App (Alpha)

A full-page Stripe App example using json-render. This uses the FullPageView component and the stripe.dashboard.fullpage viewport, which are part of Stripe's private developer preview.

Prerequisites

  • Stripe CLI with the apps plugin
  • A Stripe account with full-page apps alpha access enabled by Stripe
  • Both your app_id and account_id must be flagged in by Stripe

Setup

pnpm install

cp .env.example .env
# Set STRIPE_APP_ID to your app ID

pnpm setup

Running

Start the API server first (from ../api):

cd ../api && pnpm dev

Then start the Stripe app:

stripe apps start

Navigate directly to your full-page app URL (it will not appear in the left navigation):

https://dashboard.stripe.com/test/app/<your-app-id>

Troubleshooting

If you are redirected to the Dashboard home page, the feature flag is not enabled for your account. Contact your Stripe partner to have both your app_id and account_id flagged in.

Resources