---
title: "Saber se a fatura do movimento de centro de custo ainda não foi dividida"
method: GET
path: "/api/financeiro/movements/{movement_id}/invoice-split-status"
tags: ["Financeiro (Protected)"]
---

# Saber se a fatura do movimento de centro de custo ainda não foi dividida

`GET /api/financeiro/movements/{movement_id}/invoice-split-status`

Report the state of the invoice split attached to this cost-center
movement, so the UI can confirm what happened (the split is now done
automatically) or offer to create one that is still missing.

Returns {invoice_split_missing, invoice_id, state, splits, warnings,
can_split}. `state` is one of: no_invoice | split | manual | missing.

## Path parameters

- `movement_id` integer, required

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
