---
title: "Update Sub Account"
method: PUT
path: "/pg_settlements/sub_accounts"
---

# Update Sub Account

`PUT /pg_settlements/sub_accounts`

Use this API to update the sub account details.

## Request body

- object
  - `sub_accounts_id` string, required — The sub accounts id created during the sub_account onboarding
  - `recepient_name` string — recepient_name
  - `email_id` string — Email address of the sub-account
  - `mobile_number` string — Mobile number of the sub-account
  - `bene_account_number` string — Account Number of the sub-account
  - `ifsc_code` string — IFSC of the account
  - `branch_name` string — Branch name corresponding to the IFSC provided
  - `bank_name` string — Bank name of the sub-account's account number

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zwitch/apis/2.md) · [All operations](https://skmtc.net/zwitch/apis/2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zwitch/2/versions/4586157daf87/schema)
