---
title: "Get a Specific Batch Transfer"
method: GET
path: "/v1/batch_transfers/{id}"
tags: ["Transfers"]
---

# Get a Specific Batch Transfer

`GET /v1/batch_transfers/{id}`

> 📘
>
> You can place your application's `client_id` into the `username` field, and your `client_secret` into the `password` form field of the Authentication section of this documentation 👉.

Retrieve Batch Transfer data for a specific Batch Transfer.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `id` string — The unique ID of the Batch Transfer
  - `addenda` string — The addenda of the ACH debit/credit associated with this batch transfer
  - `amount` integer — The amount in cents
  - `created` string, date-time — The date and time the Batch Transfer was created
  - `failure_reason` string — The reason that the Batch Transfer was not successful (null if no failure)
  - `item_count` number — The number of Transfers associated with the Batch
  - `item_type` 'ach_transfer' | 'debit_chargeback' | 'interchange_network_fees' — The type of Batch Transfer
  - `preliminary_amount` integer — The preliminary amount in cents
  - `processing_scheduled_at` string, date-time — The date and time when the Batch Transfer is scheduled to run
  - `source_id` string — The source account unique identifier
  - `source_inst` string — The source account institution
  - `source_mask` string — The source account number mask
  - `source_name` string — The source account name
  - `source_type` string — The source account type
  - `status` 'open' | 'processing' | 'failed' | 'canceled' | 'completed' — The status of the Batch Transfer
  - `transfer_type` string — The type of transfer
  - `updated` string, date-time — The date and time when the Batch Transfer was last updated
  - `user_email` string — The email address of the User associated with the Batch Transfer
  - `user_id` string — The User ID associated with the Batch Transfer

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
