3 - Queries

GetSLCScheduled

This endpoint is responsible for retrieving scheduled information from the SLC. This endpoint is necessary to improve system functionality and allow users to access relevant scheduled information.

With the endpoint, we will facilitate access to scheduled SLC and banking address information, improving the usability of the system for users, as well as providing an efficient way to query and retrieve scheduled data.

{
    "Method": "GetSLCScheduled",
    "PartnerId": "",
    "BusinessUnitId": "",
    "TaxNumber": "",
    "Bank": "",
    "BankBranch": "",
    "BankAccount": "",
    "BankAccountDigit": ""
    "Date": "2023/03/07"
}
 {
    "Success": "false",
    "Message": "EXC0023 - Data inválida. A data consultada deve ser maior ou igual a atual"
}
ParameterDescriptionMandatory
MethodAPI method to be usedYes
PartnerIdPartner ID provided by FitBankYes
BusinessUnitIdBusiness Unit ID provided by FitBankYes
TaxNumberUser's Social Security Number (CPF or CNPJ)Yes
BankPayer's Bank Code (Ex.: 450)Yes
BankBranchPayer's Bank Agency Code (Ex.: 0001)Yes
BankAccountPayer's Bank Account (Ex.: 146492)Yes
BankAccountDigitPayer's Account Digit (Ex.: 1)Yes
DateScheduled DateYes

GetSLCConciliationByDate

This method is responsible for consulting the credit, debit and advance payments made for a certain period so that we can generate payment information for a customer.

{
    "Method": "GetSLCConciliationByDate",
    "PartnerId": ,
    "BusinessUnitId": ,

    "TaxNumber": "",
    "Bank": "",
    "BankBranch": "",
    "BankAccount": "",
    "BankAccountDigit": "",

   "AcquirerTaxNumber": "",
   "Type": "",
  "ArrangementCode": "",

    "StartDate": "",
    "EndDate": "",
    "PageIndex": ,
    "PageSize": 
}
{
    "Success": "true",
    "Message": "Método executado com sucesso"
    "SLCConciliationList": [
    {
      "DocumentNumber": ""
 "AcquirerName": ""
 "AcquirerTaxNumber": ""
 "Type": ""
 "ArrangementCode": ""
 "TotalValue": ""
 "PaymentDate": ""
    },

   {
     "DocumentNumber": ""
 "AcquirerName": ""
 "AcquirerTaxNumber": ""
 "Type": ""
 "ArrangementCode": ""
 "TotalValue": ""
 "PaymentDate": ""
    },
]
}
ParameterDescriptionMandatory
MethodAPI method to be usedYes
PartnerIdPartner ID provided by FitBankYes
BusinessUnitIdBusiness Unit ID provided by FitBankYes
TaxNumberUser's Social Security Number (CPF or CNPJ)Yes
BankPayer's Bank Code (Ex.: 450)Yes
BankBranchPayer's Bank Agency Code (Ex.: 0001)Yes
BankAccountPayer's Bank Account (Ex.: 146492)Yes
BankAccountDigitPayer's Account Digit (Ex.: 1)Yes
AcquirerTaxNumberCNPJ AccreditorYes
TypeTransaction TypeYes
ArrangementCodeArrangement (Ex.: Visa, Elo, Master)Yes
StartDateInicial DateYes
EndDateFinal DateYes
PageIndexInitial PaginationYes
PageSizeFinal PaginationYe

📘

Bank details information will always be SPB data.

The "Type" field identifies the type of transaction
Credit: 0
Debit: 1
Anticipation: 2

The ArrangementCode field identifies the arrangement
MasterCard: 3
Visa: 4
ELO: 8