---
title: "Add Withdrawal Bank Account"
method: POST
path: "/api/v2/withdrawal-bank-accounts"
tags: ["Withdrawal Bank Account"]
---

# Add Withdrawal Bank Account

`POST /api/v2/withdrawal-bank-accounts`

## Request body

- object
  - `token` string, required — You can get by requesting the OTP verification first
  - `otp_code` string
  - `bank_code` string, required
  - `branch_name` string
  - `account_number` string, required
  - `currency` string
  - `is_default` boolean

## Response `201`

Successful operation

- object
  - `message` string, required
  - `data` BankAccountV1
    - `id` string, required
    - `object` string, required
    - `bank_name` string, required
    - `bank_code` string, required
    - `bank_branch_name` string, required
    - `bank_account_name` string, required
    - `bank_account_number` string, required
    - `currency` string, required
    - `is_default` boolean, required
    - `is_match` boolean, required

## Other responses

- `default` — Unsuccessful operation

---

[API](https://skmtc.net/paper/apis/version-1.md) · [All operations](https://skmtc.net/paper/apis/version-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paper/version-1/revisions/3c426ced31a3/schema)
