# Generate virtual IBAN for customer Allows superclients to generate a VIBAN for a specific customer. Only customers created by the requesting superclient can have VIBANs generated. Endpoint: POST /address/{customerId}/viban Version: 1.0 Security: api-key ## Path parameters: - `customerId` (string, required) Customer ID (UUID) Example: "550e8400-e29b-41d4-a716-446655440000" ## Request fields (application/json): - `alias` (string) Optional alias for the VIBAN (max 30 characters) Example: "Primary Account" ## Response 201 fields (application/json): - `listCOBO` (array) List of COBO VIBANs - `listPOBO` (array) List of POBO VIBANs - `status` (string) Generation status Enum: "success", "pending" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields