Section: Troubleshooting Patterns
Export past-due subscriptions to CSV with jq
bash
bash
stripe subscriptions list --status past_due --expand data.customer | jq -r ".data[] | [.customer.name, .customer.email] | @csv"Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Troubleshooting Patterns
Verify the listen output includes a signing secret
When local webhook signature checks fail, restart listen and copy the current whsec value.