---
title: "Consultar divisão do pagamento"
method: GET
path: "/splits/{split_id}"
---

# Consultar divisão do pagamento

`GET /splits/{split_id}`

## Path parameters

- `split_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- union
  - object
    - `id` string
    - `method` string
    - `receivers` object[]
      - `payment` object
        - `id` string
      - `account` object
        - `id` string
      - `amount` object
        - `value` integer
      - `type` string
    - `links` object[]
      - `rel` string
      - `href` string
      - `media` string
      - `type` string
  - object
    - `id` string
    - `method` string
    - `receivers` object[]
      - `payment` object
        - `id` string
      - `account` object
        - `id` string
      - `amount` object
        - `value` integer
        - `refunded` integer
      - `configurations` object
        - `custody` object
          - `apply` boolean
          - `status` string
        - `chargeback` object
          - `charge_transfer` object
            - `percentage` unknown
        - `liable` boolean
        - `statement` object
          - `amount` object
            - `show_full_value` boolean
          - `items` object[]
      - `reason` string
      - `type` string

---

[API](https://skmtc.net/pagbank/apis/nova-plataforma-sandbox.md) · [All operations](https://skmtc.net/pagbank/apis/nova-plataforma-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagbank/nova-plataforma-sandbox/versions/05e64f3006ab/schema)
