A Stripe Dashboard extension that connects Stripe payments with Storno.ro e-invoicing.
| View | Stripe Location | Description |
|---|---|---|
| Invoice List | Dashboard Home | Overview of recent Storno invoices |
| Client Detail | Customer Detail | Link Stripe customers to Storno clients |
| Invoice Detail | Payment Detail | View linked e-Factura for a payment |
| Settings | App Settings | Configure API connection and authentication |
customer_read— Match Stripe customers with Storno clientscharge_read— View charges to link with e-Factura invoicespayment_intent_read— View payments to display invoice statusinvoice_read— Read Stripe invoices to create e-Facturasecret_write— Store authentication tokens securely
- Stripe CLI with apps plugin
- Node.js 20+
npm install
npm startThis starts the local dev server and opens the Stripe Dashboard with the app loaded.
npm run build
npm run upload- Stripe UI Extension SDK 2.0
- React 17
- TypeScript 5