STRIPE.CUSTOMER.GET
Premium
Retrieves information for a specified customer.
Syntax
=STRIPE.CUSTOMER.GET(CustomerID, [ResponseTarget])
Arguments
Name | Type | Description |
---|---|---|
CustomerID | String | The unique ID of the customer to retrieve. |
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
Formula | Result | Comment |
---|---|---|
| JSON | Retrieves detailed information for customer with id "cus_9BoKyB2Km2T7TE". |