StripeV2 データモデル
Overview
This section shows the available API objects and provides more information on executing SQL to Stripe APIs.
Please note that the Stripe does not allow access to the APIs in the v2 namespace using secret keys created under test mode. Secret keys created in either live mode or in sandbox mode are allowed.
Furthermore, restricted keys are not allowed for APIs in the v2 namespace.
Key Features
- The 本製品 models Stripe v2 namespace entities like ThinEvents and EventDestinations 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 本製品.
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.