asaas_api_key; return [ 'id' => $this->id, 'unit_id' => $this->unit_id, 'status' => $this->status, 'asaas_configured' => filled($key), 'asaas_api_key_masked' => filled($key) ? str_repeat('•', 8) . mb_substr($key, -4) : null, 'onboarded_at' => $this->onboarded_at?->format('Y-m-d H:i:s'), ]; } }