---
title: "Create Treasury Movement"
method: POST
path: "/api/v3/clients/{client_id}/treasury_movements.json"
tags: ["Treasury"]
---

# Create Treasury Movement

`POST /api/v3/clients/{client_id}/treasury_movements.json`

Creates a new client’s treasury movement.

## Path parameters

- `client_id` string, required

## Query parameters

- `api_key` string, required

## Request body

- TreasuryMovementRequest
  - `treasury_movement` object, required
    - `value` number, required
    - `movement_type` 'Reimbursement' | 'Payment', required
    - `payment_method` string — Treasury movement can be CC “Cartão de crédito”, CD “Cartão de débito”, CH “Cheque bancário”, CI “Crédito documentário internacional”, CO “Cheque ou cartão oferta”, CS “Compensação de saldos de conta corrente”, DE “Dinheiro electrónico”, LC “Letra comercial”, MB “Referências de pagamento para Multibanco”, NU “Numerário”, or “Outros meios aqui não assinalados”, PR “Permuta de bens”, TB “Transferência bancária ou débito direto autorizado”, TR “Ticket restaurante”
    - `date` string, required
    - `serie` string
    - `observation` string

## Response `201`

SUCCESS

- TreasuryMovementResponse
  - `treasury_movement` object
    - `value` number
    - `movement_type` string
    - `payment_method` string
    - `date` string, date
    - `serie` string
    - `observation` string, nullable

## Other responses

- `401` — ACCESS DENIED
- `404` — NOT FOUND
- `422` — UNPROCESSABLE ENTITY

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 2 breaking, 1 warning
  - the response property `treasury_movement/observation` became nullable for the status `201`
  - the `errors` response's property type/format changed from `object`/`` to `array`/`` for status `401`
  - removed the optional property `errors/error` from the response with the `401` status

[Change history](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/api/v3/clients/:client_id/treasury_movements.json/post.md)

---

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