返回 Stripe

将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。

Update a Stripe customer.
stripeDefaultUpdateCustomer
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
customerIdmustache Stripe customer ID (e.g. "cus_12345").是的
payloadmustache JSON payload string to send to Stripe (e.g. {"email": "buyer@example.com"}).是的
回报
名称类型描述
idstring Customer ID.
emailstring Customer email when available.
namestring Customer name when available.
phonestring Customer phone when available.
currencystring Default currency when available.
balancenumber Customer balance.
delinquentboolean Whether the customer is delinquent.
createdAtstring Customer creation time (ISO).