---
title: "Simular Chargeback"
method: POST
path: "/baas/v1/cash/chargeback/simulate"
tags: ["Simulação de Chargeback"]
---

# Simular Chargeback

`POST /baas/v1/cash/chargeback/simulate`

## Query parameters

- `account` integer, required

## Request body

- object
  - `chargebackValue` integer, required — Valor do chargeback (valores positivos).
  - `tid` string, required — TID da liquidação a ser estornada.

## Response `200`

Chargeback simulado com sucesso

- object
  - `chargebackGalaxPayId` integer
  - `type` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
