---
title: "Retrieve Account Virtual Bank Account"
method: GET
path: "/accounts/{accountID}/funding/deposit-instructions"
tags: ["Virtual Bank Accounts"]
---

# Retrieve Account Virtual Bank Account

`GET /accounts/{accountID}/funding/deposit-instructions`

Retrieves an Account Virtual Bank Account details by accountID.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Response `200`

Retrieving Virtual Bank Account details by accountID was Successful.

- VirtualAccountRes
  - `id` string — The unique DriveWealth identifier that identifies each linked bank account.
  - `accountID` string — The user's unique account identifier.
  - `accountNo` string — The user's unique account number, that is human readable.
  - `wireDetails` WireDetails
    - `bankAccountNumber` string — The account number of the user's external bank account.
    - `bankName` string — The name of the user's bank.
    - `bankSwiftCode` string — Bank accounts swift code.
    - `bankAddress` object
      - `addressLine1` string — The user's external bank street address.
      - `city` string — The user's external bank city.
      - `stateProvince` string — The user's external bank state or province.
      - `zipPostalCode` string — The user's external bank postal code.
      - `country` string — The user's external bank country.
    - `beneficiaryName` string — Full name or entity name of type.
    - `beneficiaryAddress` object
      - `addressLine1` string — The user's external bank street address.
      - `city` string — The user's external bank city.
      - `stateProvince` string — The user's external bank state or province.
      - `zipPostalCode` string — The user's external bank postal code.
      - `country` string — The user's external bank country.
    - `virtualAccountID` string — A unique DriveWealth virtual account identifier.
    - `paymentType` 'WIRE' | 'ACH' — The type of payment.
  - `achDetails` AchDetails
    - `bankAccountNumber` string — The account number of the user's external bank account.
    - `bankRoutingNumber` string — The routing number of the user's external bank.
    - `bankName` string — The name of the user's bank.
    - `bankAddress` BankAddress
      - `addressLine1` string — The user's external bank street address.
      - `city` string — The user's external bank city.
      - `stateProvince` string — The user's external bank state or province.
      - `zipPostalCode` string — The user's external bank postal code.
      - `country` string — The user's external bank country.
    - `bankRoutingNumberType` 'ABA' | 'ACH' — The type of routing being used.
    - `beneficiaryName` string — Full name or entity name of type.
    - `beneficiaryAddress` BankAddress
      - `addressLine1` string — The user's external bank street address.
      - `city` string — The user's external bank city.
      - `stateProvince` string — The user's external bank state or province.
      - `zipPostalCode` string — The user's external bank postal code.
      - `country` string — The user's external bank country.
    - `virtualAccountID` string — A unique DriveWealth virtual account identifier.
    - `paymentType` 'WIRE' | 'ACH' — The type of payment.
  - `wireDomesticDetails` WireDomesticDetails
    - `bankAccountNumber` string — The account number of the user's external bank account.
    - `bankRoutingNumber` string — The routing number of the user's external bank.
    - `bankName` string — The name of the user's bank.
    - `bankAddress` BankAddress
      - `addressLine1` string — The user's external bank street address.
      - `city` string — The user's external bank city.
      - `stateProvince` string — The user's external bank state or province.
      - `zipPostalCode` string — The user's external bank postal code.
      - `country` string — The user's external bank country.
    - `bankRoutingNumberType` 'ABA' | 'ACH' — The type of routing being used.
    - `beneficiaryName` string — Full name or entity name of type.
    - `beneficiaryAddress` BankAddress
      - `addressLine1` string — The user's external bank street address.
      - `city` string — The user's external bank city.
      - `stateProvince` string — The user's external bank state or province.
      - `zipPostalCode` string — The user's external bank postal code.
      - `country` string — The user's external bank country.
    - `virtualAccountID` string — A unique DriveWealth virtual account identifier.
    - `paymentType` 'WIRE' | 'ACH' — The type of payment.

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
