Real-time sync schema
View the Postgres tables and columns available for real-time syncing.
The real-time sync schema maps Stripe API resources to Postgres tables. Expand a category, then expand a table to view its columns and Postgres data types.
The _account_id, _updated_at, and _raw_data columns contain sync metadata. The _raw_data column contains the complete JSON representation of the Stripe API resource.
API version: 2026-03-25.dahlia
Next steps
Configure Postgres for real-time sync to prepare your database and connect it to Stripe.
