stripe-docs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Use
stripe docs
instead of fetching docs.stripe.com content directly with
curl
or
WebFetch
.
  • Fetches Markdown automatically
  • Purpose-built for agents and terminal workflows
使用
stripe docs
代替直接用
curl
WebFetch
获取docs.stripe.com的内容。
  • 自动获取Markdown格式内容
  • 专为Agent和终端工作流打造

Read a page by its web path

通过网页路径查看页面

bash
stripe docs /payments
bash
stripe docs /payments

Search documentation by keyword

通过关键词搜索文档

bash
stripe docs search "payment intents"
bash
stripe docs search "payment intents"

Look up API reference

查阅API参考资料

bash
undefined
bash
undefined

By resource name

按资源名称

stripe docs api product
stripe docs api product

By HTTP method and path

按HTTP方法和路径

stripe docs api GET /v1/products
stripe docs api GET /v1/products

By event type

按事件类型

stripe docs api product.created
undefined
stripe docs api product.created
undefined