---
title: "Adds a new payment bank account"
method: POST
path: "/payments/bank-account"
tags: ["Payments"]
---

# Adds a new payment bank account

`POST /payments/bank-account`

The bank account would be mapped to a cash and an expense ledger account

## Request body

- PaymentBankAccountJson
  - `id` string
  - `entityIds` string[], required
  - `externalId` string
  - `name` string
  - `description` string
  - `currencyCode` string, required
  - `cashLedgerAccountId` string
  - `expenseLedgerAccountId` string
  - `status` 'DRAFT' | 'ACTIVE' | 'DEPRECATED', required
  - `hasExistingPayments` boolean
  - `createdOn` integer
  - `updatedOn` integer

## Response `200`

successful operation

- PaymentBankAccountJson
  - `id` string
  - `entityIds` string[], required
  - `externalId` string
  - `name` string
  - `description` string
  - `currencyCode` string, required
  - `cashLedgerAccountId` string
  - `expenseLedgerAccountId` string
  - `status` 'DRAFT' | 'ACTIVE' | 'DEPRECATED', required
  - `hasExistingPayments` boolean
  - `createdOn` integer
  - `updatedOn` integer

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
