In this tutorial I will guide you through how to add one of the missing events to the Stripe CLI so that they may be triggered on-demand. I will be skipping the process of how to fork the Stripe CLI repository and how to push your local changes to the...
[Read More]
Stripe has a list of all the types of events we currently send. There are well over 100 events. However, only a fraction of these events are supported in the Stripe CLI. So if a User would like to trigger, for example, ‘customer.source.expiring’ in the Stripe CLI for testing purposes,...
[Read More]
I recently had a User who requested assistance writing a SQL query to generate a custom report in Stripe Sigma. It was evident that the User was new to SQL. I asked the User to provide me the columns of data he was interested in exporting to a custom report...
[Read More]
I recently had a User inquire about how to retrieve Upcoming Invoices in Stripe Sigma.
The User was essentially asking how to perform the API command below but in Stripe Sigma.
[Read More]