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