# Create Customer Creates a new Stripe customer for the requesting practice group. Endpoint: POST /v1/invoicing/customers Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Request fields (application/json): - `name` (string, required) - `email` (string) - `phone` (string) - `sources` (array) ## Response 200 fields (application/json): - `id` (string, required) - `name` (string, required) - `email` (string) - `phone` (string) - `sources` (array) ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 404 fields ## Response 500 fields