Terug naar Stripe
Verbinding maken met Knoon AI met Stripe om AI-workflows te automatiseren.
Update a Stripe customer.
stripeDefaultUpdateCustomer
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| customerId | mustache | Stripe customer ID (e.g. "cus_12345"). | Ja |
| payload | mustache | JSON payload string to send to Stripe (e.g. {"email": "buyer@example.com"}). | Ja |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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). |