概览
接入支付最省事的工具。监听 webhook 到本地、手动触发事件、在终端直接调 API,配合 Agent 能一次把 billing 接完。
功能特性
- webhook 转发到 localhost
- 触发任意测试事件
- API 探索与调试
- 登录与多账号
- 日志实时查看
常用命令
几个常见用法 — Agent 会以你的身份在终端执行
$ stripe listen --forward-to localhost:3000/webhook把 webhook 转发到本地
$ stripe trigger payment_intent.succeeded触发一次测试事件
$ stripe customers list --limit 5查询最近的客户