---
title: "Get a Transfer (Available soon)"
method: GET
path: "/transfers/{transfer_ref}"
tags: ["Transfers"]
---

# Get a Transfer (Available soon)

`GET /transfers/{transfer_ref}`

Get a single transfer by its reference

## Path parameters

- `transfer_ref` string, required

## Response `200`

OK

- GetATransferResponse
  - `data` object, required
    - `ref` string, required — The Transfer request reference (T.*) (Min: 4 - Max: 8)
    - `initiator_id` string — Initiating Zepto Account
    - `from_bank_account_id` string, required — The source bank/float account (UUID)
    - `to_bank_account_id` string, required — The destination bank/float account (UUID
    - `amount` integer, required — The amount value provided (Min: 1 - Max: 99999999999)
    - `description` string, required — Description for the Transfer
    - `matures_at` string, date-time, required — Date & time in UTC ISO8601 the Transfer should be processed. (Can not be earlier than the start of current day in Sydney AEST/AEDT)

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/revisions/6353e9b9af6f/schema)
