# Create customer via superclient API Allows superclients to create new customers in the system. The created customer will be automatically linked to the superclient that created it. Endpoint: POST /customer Version: 1.0 Security: api-key ## Request fields (application/json): - `name` (string, required) Customer company name Example: "Acme Corporation" ## Response 201 fields (application/json): - `id` (string) Customer unique identifier - `name` (string) Customer company name - `companyIco` (string) Company ICO/registration number - `defaultChain` (string) Default blockchain - `defaultChainAddress` (string) Default blockchain address - `defaultBankAddress` (string) Default bank IBAN address - `kycVerified` (boolean) KYC verification status - `balance` (number) Customer balance - `createdAt` (string) Creation timestamp - `updatedAt` (string) Last update timestamp ## Response 400 fields ## Response 401 fields