Features
Invoice sync
Discover Stripe invoices by status and creation date, catalog them, and sync them into Exante.
Customer sync
Map Stripe customers to Exante parties automatically when invoices are synced.
Real-time webhooks
Receive Stripe webhook events for invoice and customer changes in near real time.
Discovery & catalog
Browse what is available in Stripe before committing to a sync, using the two-phase discover-then-sync workflow.
Data mapping
| Stripe object | Exante entity | Key fields |
|---|---|---|
| Invoice | Invoice | Status, dates, amounts, line items, discounts |
| Customer | Party | Name, email, phone, address |
| Product | Product | Name, description, pricing |
| Line Item | Invoice Line Item | Product, quantity, unit price, discounts |
Prerequisites
Before connecting the Stripe integration, make sure you have:- Stripe API access — you need a Stripe API key with read and write permissions for the account you want to connect.
- An Exante account — you must be logged in to Exante with access to the organization you want to connect.
- Webhook delivery — Exante automatically configures a webhook endpoint in your Stripe account during setup.
Next steps
Install the integration
Connect your Stripe API key and configure the webhook endpoint.
Review synced data
See what data is synced and how Stripe objects map into Exante.
Use the sync API
Trigger discovery, start syncs, and check sync status via the API.