---
title: "Get bulk VA transfer"
method: GET
path: "/v1/va/transfer/bulk/{id}"
tags: ["VA Transfer"]
---

# Get bulk VA transfer

`GET /v1/va/transfer/bulk/{id}`

## Path parameters

- `id` string, required

## Response `200`

Bulk transfer batch.

- TransferBatchResponse
  - `status` boolean
  - `message` string
  - `code` integer
  - `data` TransferBatch
    - `id` string, uuid
    - `reference` string
    - `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'PARTIALLY_FAILED' | 'FAILED'
    - `currency` 'NGN'
    - `mode` 'test' | 'live'
    - `provider` string
    - `rail` string
    - `amount` number
    - `totalFees` number
    - `totalDebitAmount` number
    - `splitCount` integer
    - `successfulCount` integer
    - `failedCount` integer
    - `pendingCount` integer
    - `beneficiary` Beneficiary
      - `id` string, uuid
      - `accountName` string
      - `accountNumber` string
      - `bankName` string
      - `bankCode` string
      - `currency` string
      - `description` string
      - `mode` 'test' | 'live'
    - `items` TransferBatchItem[]
      - `id` string, uuid
      - `sequence` integer
      - `reference` string
      - `amount` number
      - `status` string
      - `externalReference` string
      - `failureReason` string
      - `transactionId` string, uuid
      - `transferId` string, uuid

---

[API](https://skmtc.net/kyshi/apis/kyshi-mor-public-api.md) · [All operations](https://skmtc.net/kyshi/apis/kyshi-mor-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kyshi/kyshi-mor-public-api/versions/3c46fabe8df7/schema)
