---
title: "Update Payout Status - Sandbox use ONLY"
method: POST
path: "/simulator/payout/{id}"
---

# Update Payout Status - Sandbox use ONLY

`POST /simulator/payout/{id}`

Update the Payout Status from `RELEASED` to `FAILED`/`COMPLETED. Can only be used in the Sandbox environment. 

PLEASE DO NOT USE IN PRODUCTION.

## Path parameters

- `id` string, required

## Request body

- object
  - `status` string, required — New status of the transaction. `FAILED`, `COMPLETED`
  - `reason` string, required — Reason for the Payout transaction status to be updated

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/openpayd/apis/openpayd-authorization.md) · [All operations](https://skmtc.net/openpayd/apis/openpayd-authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpayd/openpayd-authorization/versions/354ac572abda/schema)
