Skip to content

Stripe 节点#

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

在此页面上,您将找到 Stripe 节点支持的操作列表以及更多资源的链接。

凭据

请参考 Stripe 凭据 获取设置身份验证的指导。

操作#

  • Balance 余额
    • Get a balance 获取余额
  • Charge 收费
    • Create a charge 创建收费
    • Get a charge 获取收费
    • Get all charges 获取所有收费
    • Update a charge 更新收费
  • Coupon 优惠券
    • Create a coupon 创建优惠券
    • Get all coupons 获取所有优惠券
  • Customer 客户
    • Create a customer 创建客户
    • Delete a customer 删除客户
    • Get a customer 获取客户
    • Get all customers 获取所有客户
    • Update a customer 更新客户
  • Customer Card 客户卡片
    • Add a customer card 添加客户卡片
    • Get a customer card 获取客户卡片
    • Remove a customer card 移除客户卡片
  • Source 来源
    • Create a source 创建来源
    • Delete a source 删除来源
    • Get a source 获取来源
  • Token 令牌
    • Create a token 创建令牌

模板和示例#

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
Multi-Platform AI Sales Agent with RAG, CRM, Calendar & Stripe

by Vansh Arora

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

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作