v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Virtual Bank Accounts

Retrieve Account Virtual Bank Account

Retrieves an Account Virtual Bank Account details by accountID.

get/accounts/{accountID}/funding/deposit-instructions

Path parameters

accountIDstring required

The user's unique account identifier.

Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759

Response

Retrieving Virtual Bank Account details by accountID was Successful.

idstring

The unique DriveWealth identifier that identifies each linked bank account.

accountIDstring

The user's unique account identifier.

accountNostring

The user's unique account number, that is human readable.

Example response

{
  "id": "bank_a4656e60-321e-425b-aa0d-a2e75c38885f",
  "accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
  "accountNo": "DWBG000052",
  "wireDetails": {
    "bankAccountNumber": "7442393174",
    "bankName": "JP Morgan Chase",
    "bankSwiftCode": "CHASUS33",
    "bankAddress": {
      "addressLine1": "222 BROADWAY",
      "city": "New York City",
      "stateProvince": "New York",
      "zipPostalCode": "10038",
      "country": "USA"
    },
    "beneficiaryName": "Tom Ace",
    "beneficiaryAddress": {
      "addressLine1": "222 BROADWAY",
      "city": "New York City",
      "stateProvince": "New York",
      "zipPostalCode": "10038",
      "country": "USA"
    },
    "virtualAccountID": "bfa2e...",
    "paymentType": "WIRE"
  },
  "achDetails": {
    "bankAccountNumber": "7442393174",
    "bankRoutingNumber": "110000000",
    "bankName": "JP Morgan Chase",
    "bankAddress": {
      "addressLine1": "222 BROADWAY",
      "city": "New York City",
      "stateProvince": "New York",
      "zipPostalCode": "10038",
      "country": "USA"
    },
    "bankRoutingNumberType": "aba",
    "beneficiaryName": "Tom Ace",
    "beneficiaryAddress": {
      "addressLine1": "222 BROADWAY",
      "city": "New York City",
      "stateProvince": "New York",
      "zipPostalCode": "10038",
      "country": "USA"
    },
    "virtualAccountID": "bfa2e...",
    "paymentType": "ACH"
  },
  "wireDomesticDetails": {
    "bankAccountNumber": "7442393174",
    "bankRoutingNumber": "110000000",
    "bankName": "JP Morgan Chase",
    "bankAddress": {
      "addressLine1": "222 BROADWAY",
      "city": "New York City",
      "stateProvince": "New York",
      "zipPostalCode": "10038",
      "country": "USA"
    },
    "bankRoutingNumberType": "aba",
    "beneficiaryName": "Tom Ace",
    "beneficiaryAddress": {
      "addressLine1": "222 BROADWAY",
      "city": "New York City",
      "stateProvince": "New York",
      "zipPostalCode": "10038",
      "country": "USA"
    },
    "virtualAccountID": "bfa2e...",
    "paymentType": "WIRE"
  }
}