# Retrieve customer information Allows superclients to retrieve customer information by customer ID. Only customers created by the requesting superclient can be accessed. Endpoint: GET /customer/{customerId} Version: 1.0 Security: api-key ## Path parameters: - `id` (string, required) Customer ID (UUID) Example: "550e8400-e29b-41d4-a716-446655440000" ## Response 200 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 - `addresses` (array) Customer addresses - `vibans` (array) Customer virtual IBANs ## Response 401 fields ## Response 403 fields ## Response 404 fields