---
title: "Sandbox: Complete a disbursement"
method: POST
path: "/v1/simulations/disbursements/{id}/complete"
tags: ["disbursements"]
---

# Sandbox: Complete a disbursement

`POST /v1/simulations/disbursements/{id}/complete`

Simulates successful disbursement completion for testing purposes.
The disbursement must have a status of `submitted`.

After calling this endpoint, the disbursement status will be updated to `completed`.

<Note title="Sandbox Only" icon="fa-light fa-atom-simple">
This API is only available in the sandbox environment.
</Note>

## Path parameters

- `id` string, required

## Response `202`

The disbursement completion request was accepted

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-api-4.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-api-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-api-4/revisions/c194d399d515/schema)
