Stripe Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Stripe APIs.
Key Features
- The add-in models Stripe v1 namespace entities like Accounts, Invoices, Customers, Meters and Subscriptions as relational tables, allowing you to write SQL to query and modify Stripe data.
- Stored procedures allow you to execute operations to Stripe
- Live connectivity to these objects means any changes to your Stripe account are immediately reflected when using the add-in.
Additionally, the Stripe API limits the number and combinations of columns that can be projected over the data or used to restrict the results returned.