---
title: "GetRefundPixOutByDate"
method: POST
path: "/GetRefundPixOutByDate"
tags: ["Instant Payment Refund"]
---

# GetRefundPixOutByDate

`POST /GetRefundPixOutByDate`

This method can be used to consult a PIX Payment refund by date

## Request body

- object
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TaxNumber` string, required — Legal Identification From Company
  - `StartDate` string, date, required — Start date of the query
  - `EndDate` string, date, required — End date of the query
  - `PageIndex` integer — Index of the page starting in 0
  - `PageSize` integer — Number of records to return per page

## Response `200`

OK

- object
  - `Success` string
  - `Message` string
  - `RefundPixOutList` object[]
    - `DocumentNumber` number
    - `EndToEndId` string
    - `RefundCode` string
    - `PixOutIdentifier` string
    - `RefundValue` string
    - `RefundDate` string
    - `CustomerMessage` string
    - `DrawerName` string
    - `DrawerTaxNumber` string
    - `DrawerISPB` string
    - `DrawerBankCode` string
    - `DrawerBankBranch` string
    - `DrawerBankAccount` string
    - `DrawerBankAccountDigit` string
    - `DraweeName` string
    - `DraweeTaxNumber` string
    - `DraweeISPB` string
    - `DraweeBankCode` string
    - `DraweeBankBranch` string
    - `DraweeBankAccount` string
    - `DraweeBankAccountDigit` string
    - `InitiationEndToEndId` string
    - `InitiationDocument` string

---

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