bash
stripe accounts list --limit 20Connect, subscriptions, invoices, test clocks, and billing-oriented Stripe CLI workflows.
stripe accounts list --limit 20stripe accounts retrieve acct_123stripe accounts create --type express --country US --email seller@example.comstripe account_links create --account acct_123 --refresh-url https://example.com/reauth --return-url https://example.com/return --type account_onboardingstripe accounts create_login_link acct_123stripe subscription_schedules create --customer cus_123 --start-date nowstripe coupons create --percent-off 20 --duration oncestripe promotion_codes create --coupon coupon_123 --code SAVE20stripe credit_notes list --limit 20stripe customers balance_transactions list cus_123 --limit 20stripe test_helpers test_clocks create --frozen-time 1735689600 --name "Monthly billing clock"stripe test_helpers test_clocks list --limit 10stripe test_helpers test_clocks advance clock_123 --frozen-time 1738291200stripe customers create --name "Test Clock Customer" --test-clock clock_123