3.2 Consult PixOut

Consulting a PixOut

GetPixOutById

API Method = GetPixOutById

Through this method it is possible to query a PixOut by its internal ID (Document Number) or the information passed in the "Identifier" field in the GeneratePixOut method The Tax Number inserted in the order must refer to the account that generated the payment.

{
     "Method": "GetPixOutById",
     "PartnerId": 30519,
     "BusinessUnitId": 51138,
     "DocumentNumber": 854127,
     "TaxNumber": "84928589076",
     "Bank": "450",
     "BankBranch": "0001",
     "BankAccount": "440246",
     "BankAccountDigit": "3",
     "Identifier": "f460b564-a1ab-4af1-a98c-c6035007133d"
}

Description:

ParameterDescriptionMandatoryType
MethodMethod to be usedYESSTRING
PartnerIdInformation provided by FitBankYESINT
BusinessUnitIdInformation provided by FitBankYESINT
DocumentNumberPayment's internal ID generated after the payment requestNONUMBER
TaxNumberPayer's CPF/CNPJYESSTRING
BankPayer's Bank Code (Ex.: “450”)YESSTRING
BankBranchPayer's Bank Agency Code (Ex.: “0001”)YESSTRING
BankAccountPayer's Bank Account (Ex.: “146492”)YESSTRING
BankAccountDigitPayer's Account Digit (Ex.: “1”)YESSTRING
IdentifierPayment identifier assigned by the payerNOSTRING

GetPixOutByDate

API Method = GetPixOutByDate

Through this method it is possible to consult a PixOut by a date filter. The TaxNumber entered in the request must refer to the account that generated the payment.

{
     "Method": "GetPixOutByDate",
     "PartnerId": 30519,
     "BusinessUnitId": 51138,
     "TaxNumber": "84928589076",
     "Bank": "450",
     "BankBranch": "0001",
     "BankAccount": "440246",
     "BankAccountDigit": "3",
     "StartDate": "2021/10/06",
     "EndDate": "2021-10-29",
     "PageIndex": 1,
     "PageSize": 10
}

Description:

ParameterDescriptionMandatoryType
MethodMethod to be usedYESSTRING
PartnerIdInformation provided by FitBankYESINT
BusinessUnitIdInformation provided by FitBankYESINT
TaxNumberPayer's CPF/CNPJYESSTRING
BankPayer's Bank Code (Ex.: “450”)YESSTRING
BankBranchPayer's Bank Agency Code (Ex.: “0001”)YESSTRING
BankAccountPayer's Bank Account (Ex.: “146492”)YESSTRING
BankAccountDigitPayer's Account Digit (Ex.: “1”)YESSTRING
StartDateStart date for the searchYESSTRING
EndDateEnd date for the searchYESSTRING
PageIndexReference of which page will be accessedNOINT
PageSizeNumber of results that will be displayed on the same pageNOINT