---
title: "account/client-accounts/auto-balance-transfer"
method: GET
path: "/account/client-accounts/auto-balance-transfer"
tags: ["Client Account Auto Balance Transfer Endpoints"]
---

# account/client-accounts/auto-balance-transfer

`GET /account/client-accounts/auto-balance-transfer`

This endpoint is used to retrieve the information of your auto balance transfer. 

 This option requires special permissions.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ClientAccountID` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `ScheduleStartDate` string, date — Date from which the auto transfer will be started
  - `Description` string — Description of the of the auto transfer balance
  - `NameOfFrequency` string — The frequency of the auto transfer (recurring)
  - `AutoBalanceTransferAmount` number — The minumum amount to have in your VoPay account to start the auto transfer balance
  - `Status` string — A message indicating the current status of the auto transfer. Statuses are: cancelled, completed, or in progress
  - `Currency` string — The currency of the funds transferred to your bank account.
  - `AccountHolderName` string — The name of the account holder
  - `AccountNumber` string — Recipient's bank account number that funds were deposited to.
  - `FinancialInstitutionNumber` string — Three digit institution number of the customer's Canadian bank account.
  - `BranchTransitNumber` string — Transit number for the customer's Canadian bank account.
  - `ABARoutingNumber` string — Nine digit ABA routing number of the customer's US 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)
