---
title: "Show Disbursement Wallet Accounts"
method: GET
path: "/disbursements/{id}/wallet_accounts"
tags: ["Disbursements"]
---

# Show Disbursement Wallet Accounts

`GET /disbursements/{id}/wallet_accounts`

Get all the wallet accounts relating to a disbursment ID

## Path parameters

- `id` string, required

## Response `200`

OK

- WalletAccount
  - `wallet_accounts` object
    - `active` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `id` string, uuid
    - `currency` string
    - `verification_status` 'verified' | 'not_verified'
    - `balance` integer
    - `links` object
      - `self` object
      - `users` object
      - `batch_transactions` object
      - `transactions` object
      - `bpay_details` object
      - `npp_details` object
      - `virtual_accounts` object

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
