---
title: "View"
method: GET
path: "/Banks/CustomerBankAccounts/{customer_uid}"
tags: ["Banks"]
---

# View

`GET /Banks/CustomerBankAccounts/{customer_uid}`

This endpoint allows you to retrieve a list of bank accounts associated with a specific customer.

## Path parameters

- `customer_uid` string, required

## Headers

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

## Response `200`

200

- object
  - `results` object
    - `status` string
    - `code` integer
    - `description` string
  - `data` object[]
    - `bank` string
    - `bank_code` integer
    - `branch` string
    - `branch_code` integer
    - `account_name` string
    - `account_number` string
    - `customer_uid` string
    - `uid` string

## 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)
