---
title: "Update"
method: POST
path: "/Banks/UpdateCustomerBankAccount/{uid}"
tags: ["Banks"]
---

# Update

`POST /Banks/UpdateCustomerBankAccount/{uid}`

This endpoint allows you to update an existing bank account associated with a specific customer.

## Path parameters

- `uid` string, required

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `bank_code` integer, required — Bank code based on the banks codes dictionary
  - `branch_code` integer, required — Bank ranch Code
  - `account_number` integer, required — Customer account number
  - `account_name` string, required — Customer account name as registered in the bank

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
