---
title: "Sandbox: Complete an Inbound Transfer"
method: POST
path: "/v1/simulations/inbound_transfers/{id}/complete"
tags: ["inboundTransfers"]
---

# Sandbox: Complete an Inbound Transfer

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

Simulate an inbound transfer completion.

<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 inbound transfer 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/versions/c194d399d515/schema)
