---
title: "Get Bulk Transfer by ID"
method: GET
path: "/v1/transfers/bulk/{bulk_transfer_id}"
---

# Get Bulk Transfer by ID

`GET /v1/transfers/bulk/{bulk_transfer_id}`

Use this API to get details of the specified bulk transfer.

## Path parameters

- `bulk_transfer_id` string, required

## Response `200`

200

- object
  - `id` string
  - `object` string
  - `type` string
  - `status` string
  - `debit_account_details` object
    - `name` string
    - `account_number` string
    - `ifsc` string
  - `total_individual_transfers` integer
  - `total_transfer_amount` integer
  - `bulk_reference_id` string
  - `updated_at` integer
  - `is_sandbox` boolean
  - `created_at` integer

## Other responses

- `401` — 401
- `422` — 422

---

[API](https://skmtc.net/zwitch/apis/2.md) · [All operations](https://skmtc.net/zwitch/apis/2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zwitch/2/revisions/4586157daf87/schema)
