# Retrieves a payee by ID. Endpoint: GET /v1/payees/{id} Security: Bearer ## Path parameters: - `id` (integer, required) Unique identifier of the payee. ## Response 200 fields (text/plain): - `payeeType` (individual or business) - `name` (string,null) - `EmailAddress` (string,null) - `phoneNumber` (string,null) - `taxId` (string,null) - `idType` (string,null) - `address` (object) - `address.addressLine` (string,null) - `address.state` (string,null) - `address.city` (string,null) - `address.country` (string,null) - `address.postalCode` (string,null) - `dateOfBirth` (string) ## Response 404 fields (text/plain): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 500 fields