chargebee_retrieve_customer
Fetch a customer's details by their unique ID from Chargebee to access account information.
Instructions
Retrieve a customer (company) by ID.
API: GET /customers/{customer-id}
Args:
customer_id: The customer's unique ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |