v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Key Management

ConfirmPixKeyHold

This method can be used to confirm the ownership of a pix key (types Email or PhoneNumber only), and so be able to register it

post/ConfirmPixKeyHold

Request body

Methodstring required
PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
PixKeystring required
TaxNumberstring required

Legal Identification From Company

PixKeyTypeinteger required

Email = 2 PhoneNumber = 3

ConfirmationCodestring required
BankBranchstring required

Beneficiary's Bank Branch

BankAccountstring required

Beneficiary's Account Number (without digit)

BankAccountDigitstring required

Beneficiary's Account Digit

Example request

{
  "Method": "ConfirmPixKeyHold",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "PixKey": "17699384008",
  "TaxNumber": "33.762.255/0001-40",
  "PixKeyType": 2,
  "ConfirmationCode": "440246"
}

Response

Token validado com sucesso

Successstring
Messagestring

Example response

{
  "Success": "true",
  "Message": "Token confirmado."
}