Skip to main content
Once a case is closed as SAR, Corsa automatically creates a draft SAR filing pre-linked to that case. Use the endpoints on this page to fill out the filing, sign off each section, and advance it through its lifecycle until it is submitted to your regulator. Full API endpoint details are available in the API Reference (requires API credentials).

SAR Lifecycle

Call POST /v1/sar/{id}/submit to advance from DRAFT to IN_REVIEW, and again to advance from IN_REVIEW to FILED.

Update a SAR

Endpoint: PUT /v1/sar/{id}/update Fill in or update the report fields. Most fields can be updated freely while the SAR is in DRAFT or IN_REVIEW status. Fields marked “cannot be changed once FILED” lock after submission.

Request Fields

Suspicion categories


Sign Off a Section

Endpoint: PUT /v1/sar/{id}/section-review SARs are divided into sections that must be individually reviewed and signed off before the filing can be submitted. Sign off a section to mark it as complete, or reopen it to make additional changes.

Request Fields


Advance the SAR Lifecycle

Endpoint: POST /v1/sar/{id}/submit Advances the SAR to the next status in its lifecycle. Call this endpoint twice to take a SAR from DRAFT to FILED:
  1. First call: DRAFTIN_REVIEW
  2. Second call: IN_REVIEWFILED
Once a SAR is FILED, monetary fields (totalValueInFiat, baseCurrency) cannot be changed. Verify all report data before submitting.

SAR Response Object


What’s Next?

Managing Alerts & Cases

Close a case as SAR to create the initial filing.

Managing Attachments

Upload supporting documents and link them to a SAR filing.