Skip to content

Stripe 节点(Stripe node)#

使用 Stripe 节点来自动化 Stripe 中的工作,并将 Stripe 与其他应用集成。n8n 内置支持多种 Stripe 功能,包括获取余额、创建收费和计量事件,以及删除客户。

🌐 Use the Stripe node to automate work in Stripe, and integrate Stripe with other applications. n8n has built-in support for a wide range of Stripe features, including getting balance, creating charge and meter events, and deleting customers.

本页列出了 Stripe 节点支持的操作列表以及更多资源的链接。

🌐 On this page, you'll find a list of operations the Stripe node supports and links to more resources.

凭证

请参阅 Stripe 凭证 了解设置身份验证的指南。

操作(Operations)#

  • 平衡
    • 获取余额
  • 充能
    • 创建费用
    • 获取费用
    • 获取所有费用
    • 更新费用
  • 优惠券
    • 创建优惠券
    • 获取所有优惠券
  • 客户
    • 创建客户
    • 删除客户
    • 获取客户
    • 获取所有客户
    • 更新客户信息
  • 客户卡片
    • 添加客户卡片
    • 获取客户卡片
    • 移除其他字段:
  • 计量事件
    • 创建计量事件
    • 创建来源
    • 删除来源
    • 获取来源
  • 令牌
    • 创建令牌

模板和示例(Templates and examples)#

Template widget placeholder.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.