Update compliance settings
Update the organization's compliance settings. Use to configure AML screening, KYB requirements, or other regulatory options. Reference the wallet repo for allowed fields and behavior.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | UUID | Yes | Organization identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
chainalysis | object | No | Chainalysis compliance settings |
chainalysis.enabled | boolean | Yes (if chainalysis provided) | Enable Chainalysis integration |
chainalysis.apiKey | string | No | Chainalysis API key |
chainalysis.riskThreshold | string | No | Risk threshold level |
elliptic | object | No | Elliptic compliance settings |
elliptic.enabled | boolean | Yes (if elliptic provided) | Enable Elliptic integration |
elliptic.apiKey | string | No | Elliptic API key |
elliptic.riskThreshold | string | No | Risk threshold level |
Use Cases
- Enable or configure AML screening
- Set KYB requirements
- Update regulatory thresholds
Required Permission
organization:update
Update compliance settings
Update the organization's compliance settings. Use to configure AML screening, KYB requirements, or other regulatory options. Reference the wallet repo for allowed fields and behavior.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | UUID | Yes | Organization identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
chainalysis | object | No | Chainalysis compliance settings |
chainalysis.enabled | boolean | Yes (if chainalysis provided) | Enable Chainalysis integration |
chainalysis.apiKey | string | No | Chainalysis API key |
chainalysis.riskThreshold | string | No | Risk threshold level |
elliptic | object | No | Elliptic compliance settings |
elliptic.enabled | boolean | Yes (if elliptic provided) | Enable Elliptic integration |
elliptic.apiKey | string | No | Elliptic API key |
elliptic.riskThreshold | string | No | Risk threshold level |
Use Cases
- Enable or configure AML screening
- Set KYB requirements
- Update regulatory thresholds
Required Permission
organization:update