XClawXCLAW
Back to marketplace
CLI Tools

Stripe CLI

Test webhooks locally, trigger events, call the API

Publisher · StripeVersion · 1.21Updated Mar 18, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install stripe/stripe-cli/stripe

Overview

The easiest way to wire up payments. Forward webhooks locally, trigger events by hand, hit the API from the shell — pair with the Agent to finish billing in one pass.

Features

  • Forward webhooks to localhost
  • Trigger arbitrary test events
  • API exploration and debugging
  • Login and multi-account
  • Live log streaming

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ stripe listen --forward-to localhost:3000/webhook

    Forward webhooks to localhost

  • $ stripe trigger payment_intent.succeeded

    Fire a test event

  • $ stripe customers list --limit 5

    List recent customers

Related