Install steps
Enter your Stripe API key
Paste your Stripe secret API key. Exante stores the key securely and uses it to communicate with the Stripe API on your behalf.
Use a restricted key with the minimum required permissions, or a standard secret key for full access. The key must have read and write access to invoices, customers, and products.
Webhook endpoint configured
Exante automatically creates a webhook endpoint in your Stripe account. The endpoint receives real-time events for invoice and customer changes.Subscribed events include:
| Event category | Events |
|---|---|
| Customer | customer.created, customer.updated |
| Invoice | invoice.created, invoice.finalized, invoice.paid, invoice.sent, invoice.updated, invoice.voided, invoice.deleted, and others |
Sync endpoints
After installation, the Stripe integration exposes these sync endpoints:POST /api/integrations/stripe/sync/discoverdiscovers Stripe invoices and catalogs them.POST /api/integrations/stripe/syncsyncs cataloged invoices into Exante.GET /api/integrations/stripe/sync/statusreturns the current sync state and catalog summary.
Disconnecting
To disconnect the Stripe integration:- Go to Settings > Integrations.
- Click the Disconnect button on the Stripe card.
- Exante removes the webhook endpoint from your Stripe account.