---
title: "account/fund-my-account"
method: POST
path: "/account/fund-my-account"
tags: ["Account Endpoints"]
---

# account/fund-my-account

`POST /account/fund-my-account`

This endpoint will fund your VoPay account by debiting your default bank account.

To set a default bank account, please use the /bank-account/set-my-bank-account endpoint.

## 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
  - `TransactionID` integer, required — The unique ID of the funding transaction that was just created. This ID should be saved as it is required order to look up the status information on the transaction.

---

[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)
