Skip to content

Stripe node 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 节点自动化 Stripe 中的工作,并将 Stripe 与其他应用程序集成。n8n 内置支持广泛的 Stripe 功能,包括获取余额、创建费用和计量事件以及删除客户。

On this page, you'll find a list of operations the Stripe node supports and links to more resources. 在此页面上,你将找到 Stripe 节点支持的操作列表以及更多资源的链接。

Credentials 凭据

Refer to Stripe credentials for guidance on setting up authentication. 有关设置身份验证的指导,请参阅 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
  • Meter Event
    • Create a meter event
  • Source
    • Create a source
    • Delete a source
    • Get a source
  • Token
    • Create a token

模板和示例#

Template widget placeholder.

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

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

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

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

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