---
title: "Fetch a Split Transfer"
method: GET
path: "/split_transfers/{split_transfer_id}"
tags: ["Split Transfers"]
---

# Fetch a Split Transfer

`GET /split_transfers/{split_transfer_id}`

Fetch a `Split Transfer` that was created from a split transaction.

## Headers

- `Finix-Version` string

## Response `200`

A single `Split Transfer`

- SplitTransfer — The `Split Transfer` resource that was created from a split transacion.
  - `id` string — The ID of the resource.
  - `created_at` string, date-time — Timestamp of when the object was created.
  - `updated_at` string, date-time — Timestamp of when the object was last updated.
  - `amount` integer — The total amount that will be debited in cents (e.g. 100 cents to debit $1.00).
  - `fee` integer — The minimum amount of the `Transfer` you'd like to collect as your fee in cents. Defaults to zero (must be less than or equal to the `amount`). - If the fees applied by the 'Fee Profile' are ***higher*** than the value passed in 'fee', 'fee' will not be applied and have no effect. - If the fees applied by the 'Fee Profile' are ***lower*** than the value passed in 'fee', an additional fee is be applied, in addition to the fees generated by the `Fee Profile`. - The additional fee is equal to the difference between the value passed in 'fee' and the fees generated by the `Fee Profile`.
  - `currency` 'CAD' | 'USD' — ISO 4217 3-letter currency code.
  - `parent_transfer_id` string — The ID of the original parent `Transfer` that was split.
  - `ready_to_settle_at` string, date-time, nullable — The timestamp of when the `Transfer` is ready to be settled.
  - `type` 'DEBIT' | 'DISPUTE_MERCHANT_DEBIT' | 'DISPUTE_MERCHANT_CREDIT' — The type of `Split Transfer`. - `DEBIT`: Standard `Split Transfer` from a split transaction where the parent `Transfer` debits the buyer's card. - `DISPUTE_MERCHANT_DEBIT`: A `Split Transfer` created when a [Dispute](/api/disputes) pulls funds from merchants proportionally. Created when the parent [adjustment transfer](/api/disputes/listdisputesadjustments) has `type: DISPUTE` and `subtype: MERCHANT_DEBIT`. - `DISPUTE_MERCHANT_CREDIT`: A `Split Transfer` created when a `Dispute` is ruled in favor of the [Merchant](/api/merchants) and funds are returned proportionally. Created when the parent adjustment `Transfer` has `type: DISPUTE` and `subtype: MERCHANT_CREDIT`.
  - `merchant_id` string — The ID of the `Merchant` resource the `Split Transfer` was created for and will settle under.
  - `identity_id` string — The ID of `Identity` resource used by the `Merchant` the `Split Transfer` was created for.
  - `fee_profile_id` string — The `Fee Profile` associated to this `Split Transfer`.
  - `application_id` string — ID of the `Application` the resource was created under.
  - `tags` Tags, nullable — Include up to 50 `key: value` pairs to annotate requests with custom metadata. - Maximum character length for individual `keys` is 40. - Maximum character length for individual `values` is 500. (For example, `order_number: 25`, `item_type: produce`, `department: sales`)

## Other responses

- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `404` — Not Found. The requested resource could not be found on the server.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.

---

[API](https://skmtc.net/finix/apis/finix-api-reference.md) · [All operations](https://skmtc.net/finix/apis/finix-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finix/finix-api-reference/versions/5426f6f99c52/schema)
