Get a customer by ID
Retrieve a customer by ID
For complete API specification including request/response schemas and interactive examples, see the API Reference.
Overview
Retrieve detailed information about a specific customer by their unique identifier.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The customer ID (e.g., cus_abc123 for individuals or biz_def456 for businesses) |
Related Endpoints
- Get All Customers - List all customers
- Create Customer - Create a new customer
- Update Customer - Update customer information
- Delete Customer - Delete a customer