---
title: "bank-account/set-my-bank-account"
method: POST
path: "/bank-account/set-my-bank-account"
tags: ["Bank Account Endpoints"]
---

# bank-account/set-my-bank-account

`POST /bank-account/set-my-bank-account`

This endpoint allows you to identify a bank account as belonging to the VoPay account holder.

 Optionally, you can use this endpoint to identify a bank account as being the VoPay account holder's default operational and/or billing bank account. The VoPay account holder's default operational bank account is used in the /account/fund-my-account and /account/withdraw-my-account endpoints. The VoPay account holder's default billing bank account is used to collect monthly invoices. Note, a VoPay account can only have one default operational and one default billing bank account per currency.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `Token` string, required — Bank account token
  - `IsDefault` boolean, required — Is this the VoPay account holder's default bank account

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
