返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
Update a Stripe customer.
stripeDefaultUpdateCustomer
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| customerId | mustache | Stripe customer ID (e.g. "cus_12345"). | 是的 |
| payload | mustache | JSON payload string to send to Stripe (e.g. {"email": "buyer@example.com"}). | 是的 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Customer ID. |
| string | Customer email when available. | |
| name | string | Customer name when available. |
| phone | string | Customer phone when available. |
| currency | string | Default currency when available. |
| balance | number | Customer balance. |
| delinquent | boolean | Whether the customer is delinquent. |
| createdAt | string | Customer creation time (ISO). |