-
The Stripe CLI doesn’t have a command for listing account tax IDs, but it’s still possible to list them using the
getsubcommand. For anyone else that needs it, here’s how you can list them:stripe get /v1/tax_idsAnd to get a single tax ID:
stripe get /v1/tax_ids/txi_abc123