---
title: "account/transfer-from"
method: POST
path: "/account/transfer-from"
tags: ["Account Endpoints"]
---

# account/transfer-from

`POST /account/transfer-from`

This endpoint allows you to transfer funds from a pre-authorized VoPay account to your VoPay or client account.

## 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 debit transaction associated with this transfer.

---

[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/versions/7033bd231ec7/schema)
