Read customers
Reads all records from the Customers table. This example demonstrates a basic SELECT query to retrieve a complete list of customers from the Stripe account.
SELECT * FROM Customers
Reads all records from the Customers table. This example demonstrates a basic SELECT query to retrieve a complete list of customers from the Stripe account.
SELECT * FROM Customers