---
title: "Update a bank account"
method: PUT
path: "/withdrawals/bank-accounts/{id}"
---

# Update a bank account

`PUT /withdrawals/bank-accounts/{id}`

[Available in Production environment] Update details of a specific bank account. Supports both Singapore and overseas bank accounts.

## Path parameters

- `id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Request body

- object
  - `data` object
    - `attributes` object
      - `accountNo` string — Bank account number
      - `accountHolderName` string — Name of the bank account holder
      - `bank` string — Bank abbreviation
      - `swiftBic` string — Bank SWIFT/BIC code
      - `intermediarySwiftBic` string — Intermediary SWIFT code
      - `routingCode` string — Routing code
      - `bankName` string — Bank name
      - `billingAddress` object — Billing address
        - `country` string — Country code
        - `line1` string — Address line 1
        - `line2` string — Address line 2
        - `line3` string — Address line 3
        - `city` string — City
        - `postalCode` string — Postal code
      - `bankAccountProof` string — Bank account proof document

## Response `200`

200

- object
  - `data` object
    - `id` string — Bank account ID.
    - `type` string — Request type.
    - `attributes` object
      - `accountHolderName` string — Name of the bank account holder.
      - `accountNo` string — Bank account number.
      - `routingCode` unknown
      - `bank` string — Bank abbreviation.
      - `swiftBic` string — Bank SWIFT/BIC code.
      - `intermediarySwiftBic` unknown
      - `status` string — Bank account status.
      - `createdAt` string — Timestamp when the bank account was created.
      - `updatedAt` string — Timestamp when the bank account was last updated.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
