Πίσω στο 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). |