---
title: "Get vendor bank account"
method: GET
path: "/vendors/{id}/bank-account"
tags: ["Vendors"]
---

# Get vendor bank account

`GET /vendors/{id}/bank-account`

Get the vendor's bank account details (masked)

## Path parameters

- `id` string, required

## Response `200`

OK

- BankAccountReply — Vendor bank account details (masked)
  - `account_mask` string
  - `account_type` 'checking' | 'savings' — Bank account type enum
  - `bank_name` string
  - `id` string
  - `payment_method_id` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
