---
title: "Get Virtual Account by ID"
method: GET
path: "/virtual-accounts/lookup/{id}"
---

# Get Virtual Account by ID

`GET /virtual-accounts/lookup/{id}`

## Path parameters

- `id` string, required

## Response `200`

- object
  - `id` string
  - `subwalletId` string
  - `provider` string
  - `currency` string
  - `accountNumber` string
  - `routingNumber` string
  - `accountName` string
  - `bankName` string
  - `bankAddress` string
  - `swiftCode` string
  - `status` string
  - `depositInstructions` object
    - `swift` object
      - `memoTemplate` string
      - `memo` string
      - `bankName` string
      - `accountNumber` string
      - `bic` string
      - `bankAddress` string
  - `virtualAccountType` string
  - `recordType` string
  - `createdAt` string
  - `updatedAt` string

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/versions/516d251059cc/schema)
