Skip to content

Stripe 节点#

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

本页面列出了 Stripe 节点支持的操作,并提供更多资源的链接。

凭证

有关设置身份验证的指导,请参阅 Stripe 凭证

操作列表#

  • 余额
    • 获取余额
  • 收费
    • 创建收费
    • 获取收费详情
    • 获取所有收费记录
    • 更新收费信息
  • 优惠券
    • 创建优惠券
    • 获取所有优惠券
  • 客户
    • 创建客户
    • 删除客户
    • 获取客户详情
    • 获取所有客户
    • 更新客户信息
  • 客户银行卡
    • 添加客户银行卡
    • 获取客户银行卡
    • 移除客户银行卡
  • 支付来源
    • 创建支付来源
    • 删除支付来源
    • 获取支付来源
  • 令牌
    • 创建令牌

模板和示例#

Update HubSpot when a new invoice is registered in Stripe

by Jonathan

View template details
Simplest way to create a Stripe Payment Link

by Emmanuel Bernard

View template details
Streamline Your Zoom Meetings with Secure, Automated Stripe Payments

by Emmanuel Bernard

View template details
Browse Stripe integration templates, or search all templates

当操作不受支持时的解决方案#

如果当前节点不支持您想要执行的操作,可以使用 HTTP Request 节点 调用该服务的 API。

您可以在 HTTP Request 节点中使用为该服务创建的凭证:

  1. 在 HTTP Request 节点中,选择 Authentication > Predefined Credential Type
  2. 选择您想要连接的服务。
  3. 选择您的凭证。

更多信息请参考 自定义 API 操作