# PATCH /our-company/crm-settings

**Resource:** [Company](./company.md)  
**MCP tool:** `update_crm_settings`  
**Scopes:** `company:write`  
**Write operation:** yes

Update workspace CRM settings. Includes payment_details — the bank-transfer / BPAY remittance details printed on invoices when there is no online pay link.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `lead_sources` | body | array | no |  |
| `lost_reasons` | body | array | no |  |
| `payment_details` | body | object | no | Bank-transfer / BPAY details shown on invoices that have no online pay link. Replaces the whole object on write — send the complete set of fields you want kept. |

## Request example

```bash
curl -X PATCH   "https://api.trustpager.com/functions/v1/api/v1/our-company/crm-settings"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"lead_sources":"...","lost_reasons":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`