---
title: "Consultar devoluções de um cashin pix"
method: GET
path: "/pix/cashin/{end2endId}/refund"
tags: ["Recebimentos Pix"]
---

# Consultar devoluções de um cashin pix

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

## Path parameters

- `end2endId` string, required

## Headers

- `User-Agent` string

## Response `200`

Successful response

- object
  - `entries` object[]
    - `id` string
    - `value` number
    - `type` 'DEPOSIT_REFUND'
    - `error_code` string, nullable
    - `error_message` string, nullable
    - `return_id` string
    - `end2end_id` string
    - `txid` string, nullable
    - `integration_id` string, nullable
    - `receipt_file_url` string
    - `pix_key` string
    - `payer` object
      - `name` string
      - `document` string
      - `account_type` string
      - `account` string
      - `account_digit` string
      - `agency` string
      - `bank` object
        - `name` string
        - `code` string, nullable
        - `ispb` string
    - `receiver` object
      - `name` string
      - `document` string
      - `account_type` string
      - `account` string
      - `account_digit` string
      - `agency` string
      - `bank` object
        - `name` string
        - `code` string, nullable
        - `ispb` string
  - `metadata` object
    - `pagination` object
      - `itemsPerPage` integer
      - `totalItems` integer

---

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