---
title: "Webhook Handler"
method: POST
path: "/v1/bsa/dv-sm/webhook"
tags: ["Bank Statement Analysis"]
---

# Webhook Handler

`POST /v1/bsa/dv-sm/webhook`

Webhook handler for receiving notifications from the BSA service.

Example payload:
{
    'data': {
        'jsonUrl': 'https://sm-bsa.scoreme.in/bsa/external/bsaReportDownload?file=e1547c22-470c-4449-bfe5-6b1606551054_BSA_Report.json',
        'excelUrl': 'https://sm-bsa.scoreme.in/bsa/external/bsaReportDownload?file=e1547c22-470c-4449-bfe5-6b1606551054_BSA_Report.xlsx',
        'referenceId': 'e1547c22-470c-4449-bfe5-6b1606551054'
    },
    'responseMessage': 'Successfully Completed.',
    'responseCode': 'SRC001'
}

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
