get_customer
Retrieves full details for a specific Stripe customer, including email, balance, and metadata, using a customer ID.
Instructions
Retrieves full details for a specific Stripe customer, including their email, balance, and metadata. Use this when you have a specific customer ID (starting with cus_).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the customer to retrieve (e.g., 'cus_123'). |