---
title: "Apply Bank Details Change"
method: POST
path: "/api/v1/cs-forms/apply-bank-details-change"
---

# Apply Bank Details Change

`POST /api/v1/cs-forms/apply-bank-details-change`

Approve/apply a staged bank change created from a bank_details_form submission.

- Finds the staged bank change row for the given form_request_id
- Applies bank details to the underlying entity (participants or pm_providers)
- Marks the bank change row as approved (and sets decided_at/approved_by)

## Request body

- ApplyBankDetailsChangeRequest
  - `plan_manager_id` string, uuid, required
  - `form_request_id` string, uuid, required
  - `participant_id` string, uuid, nullable
  - `pm_provider_id` string, uuid, nullable
  - `approved_by_user_sid` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/e4798856d733?raw)
