In this section, we present how to connect Stripe to MindsDB. Stripe is a financial technology company that provides a set of software and payment processing solutions for businesses and individuals to accept payments over the internet. Stripe is one of the leading payment gateway and online payment processing platforms. Data from Stripe can be utilized within MindsDB to train AI models and chatbots based on customers, products, and payment intents, and make relevant predictions and forecasts.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Stripe to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Stripe.
Connection
This handler was implemented using stripe-python, the Python library for the Stripe API. There is only one parameter required to set up the connection with Stripe:api_key: a Stripe API key.
Usage
Now, you can query the data in your Stripe account (customers, for example) as follows:Supported tables
The following tables are supported by the Stripe handler:customersproductspayment_intents