---
title: "Solicitar devolução de CashIn Pix recebido"
method: POST
path: "/pix/cashin/{end2endId}/refund"
tags: ["Recebimentos Pix"]
---

# Solicitar devolução de CashIn Pix recebido

`POST /pix/cashin/{end2endId}/refund`

## Path parameters

- `end2endId` string, required

## Headers

- `User-Agent` string

## Request body

- object
  - `value` number, required — Valor da devolução
  - `integration_id` string — ID de integração

## Response `200`

Successful response

- object
  - `id` string
  - `original_end2end_id` string
  - `value` number
  - `integration_id` string
  - `status` string
  - `error_code` unknown
  - `error_message` unknown
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/revisions/cf24b926bbaa/schema)
