tap-stripe
is an extractor that pulls data from Stripe's API and produces JSON-formatted data following the Singer spec.
meltano add extractor tap-stripe
If you are successful, you should see Added and installed extractors 'tap-stripe'
in your terminal.
.env
file in a text editorexport STRIPE_API_KEY="yourStripeApiKey"
# The date uses ISO-8601 and supports time if desired
export TAP_STRIPE_START_DATE="YYYY-MM-DD"