v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Key Management

GetPixKeys

This method can be used to query the pix keys linked to an account

post/GetPixKeys

Request body

Methodstring required
PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TaxNumberstring required

Legal Identification From Company

BankBranchstring required

Receiver bank branch

BankAccountstring required

Beneficiary's Account Number (without digit)

BankAccountDigitstring required

Beneficiary's Account Digit

Example request

{
  "Method": "GetPixKeys",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "TaxNumber": "33.762.255/0001-40",
  "BankBranch": "0001"
}

Response

OK

Successstring
PixKeystring
PixKeyTypeinteger

SocialSecurity = 0 TaxNumber = 1 Email = 2 PhoneNumber = 3 RamdomKeyCode = 4

Statusstring
BankBranchstring

Beneficiary's Bank Branch

BankAccountstring

Beneficiary's Account Number (without digit)

BankAccountDigitstring

Beneficiary's Account Digit

Example response

{
  "Success": "true",
  "PixKey": "17699384008"
}