---
title: "Sync payout status"
method: POST
path: "/payouts/{id}/update"
tags: ["Payouts"]
---

# Sync payout status

`POST /payouts/{id}/update`

Forces a status refresh for a confirmed payout.

## Path parameters

- `id` integer, required

## Response `200`

Updated payout

- Payout
  - `id` integer
  - `self` string
  - `reference` string, nullable
  - `type` string — Payout method type (e.g. `WALLET`, `ACCOUNT`, `BANKWIRE`).
  - `status` 'CREATED' | 'CONFIRMED' | 'DENIED' | 'CANCELLED'
  - `provider` object, nullable
  - `created_at` string, date-time, nullable
  - `confirmed_at` string, date-time, nullable
  - `denied_at` string, date-time, nullable
  - `connections` Connections — Hypermedia links to related resources.

---

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