---
title: "Simulate chargeback status change"
method: POST
path: "/v1/chargebacks/{chargeback_id}/simulate"
tags: ["Chargebacks"]
---

# Simulate chargeback status change

`POST /v1/chargebacks/{chargeback_id}/simulate`

Only available in the Rainforest sandbox environment.

Simulate the decision of the chargeback. The expected webhooks will be sent for the chargeback on status change.

## Parameters

- `#/paths/~1v1~1payins/get/parameters/0` — unresolved $ref
- `#/paths/~1v1~1chargebacks~1%7Bchargeback_id%7D/get/parameters/1` — unresolved $ref

## Request body

- object — Simulation request to move an existing chargeback into a new status.
  - `status` 'DISPUTE_ACTION_REQUIRED' | 'PROVISIONAL_WIN' | 'WON' | 'LOST' — Status to transition the chargeback to.

## 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)
