STRIPE.CUSTOMER.UPDATE
Premium
Updates settings for specified customer.
Syntax
=STRIPE.CUSTOMER.UPDATE(CustomerID, [Name], [EMail], [Options], [ResponseTarget])
Arguments
| Name | Type | Description | 
|---|---|---|
| CustomerID | String | The unique ID of the customer to update. | 
| Name (optional) | String | Optional new name for specified customer. | 
| EMail (optional) | String | Optional new email address for specified customer. | 
| Options (optional) | JSON | JSON which defines additional options as key value pairs. See Stripe API for supported options and their values. | 
| ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to | 
Return
| Type | Description | 
|---|---|
| Boolean,Result,Error | Request result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned. | 
Examples
| A | B | |
|---|---|---|
| 1 | metadata[order_id] | 6735 | 
| Formula | Result | Comment | 
|---|---|---|
 | JSON | Updates the eMail of CUSTOMER with id "cus_9BoKyB2Km2T7TE". | 
 | JSON | Same as before but additionally adds an metadata.order_id specified by given JSON object. |