---
title: "Add"
method: POST
path: "/Banks/CreateCustomerBankAccount"
tags: ["Banks"]
---

# Add

`POST /Banks/CreateCustomerBankAccount`

This endpoint allows you to create a new bank account associated with a specific customer.

## Headers

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

## Request body

- object
  - `customer_uid` string, required — This parameter is required so the system can associate the customer with their specific bank details.
  - `bank_code` integer, required — Bank code based on the banks codes dictionary.
  - `branch_code` integer, required — Bank ranch code.
  - `account_number` string, 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)
