Stripe に戻る
Stripe と Knoon AI を接続して 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). |