---
title: "Get Details on the Segments of a Transfer"
method: GET
path: "/v1/transfers/{id}/segments"
tags: ["Transfers"]
---

# Get Details on the Segments of a Transfer

`GET /v1/transfers/{id}/segments`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

Retrieve Transfer Segment data for a specific Transfer.  Segments reveal details on each leg of a Transfer.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `segments` unknown[] — List of Segments for a Transfer
    - unknown
  - `transfers` object[]
    - `id` string — The unique ID of the Segment
    - `amount` number, float — The amount in dollars
    - `created` string, date-time — The date and time the Segment was created
    - `direction` 'pull' | 'push' | 'inbound' | 'outbound' — The direction of the money movement
    - `estimated_settlement_date` string, date — The estimated settlement date for ACH rail Segments (null value for AFT/OCT type Segments)
    - `failure_reason` string — The failure reason for the Segment (default null)
    - `rail` 'mastercard' | 'visa' | 'ach' — The payment rail used for the Segment
    - `status` 'pending' | 'processed' | 'failed' | 'rejected' — The status of the Segment
    - `trace_number` string — The trace number of the Segment
    - `type` 'aft' | 'oct' | 'debit' | 'credit' — The Segment type

## Other responses

- `401` — Unauthorized

---

[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)
