---
title: "Simulate deposit status change"
method: POST
path: "/v1/deposits/{deposit_id}/simulate"
tags: ["Deposits"]
---

# Simulate deposit status change

`POST /v1/deposits/{deposit_id}/simulate`

Only available in the Rainforest sandbox environment.

Simulate a deposit status change. The deposit status must be in PROCESSING. The expected webhooks will be sent for the deposit on status change.

## Parameters

- `#/paths/~1v1~1deposits/get/parameters/0` — unresolved $ref
- `#/paths/~1v1~1deposits/get/parameters/1` — unresolved $ref

## Request body

- object — Simulation request for transitioning deposit status.
  - `status` 'SUCCEEDED' — Status to transition the deposit to. In order to perform this transition, the deposit must be in status `PROCESSING`. At this time, you may only transition a deposit into a `SUCCEEDED` status.

## Response `200`

OK

- object
  - `status` Status — unresolved $ref
  - `data` Data — unresolved $ref
  - `errors` Errors — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `5XX` — unresolved $ref

---

[API](https://skmtc.dev/rainforestpay/apis/authentication.md) · [All operations](https://skmtc.dev/rainforestpay/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rainforestpay/authentication/revisions/529a0dab0f90/schema)
