v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
Key Management

CancelPixKey

This method can be used to cancel a PIX key that is registered to an account.

post/CancelPixKey

Request body

Methodstring required
PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
PixKeystring required
PixKeyTypeinteger required

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

TaxNumberstring required

Legal Identification From Company

BankBranchstring required

Beneficiary's Bank Branch

BankAccountstring required

Beneficiary's Account Number (without digit)

BankAccountDigitstring required

Beneficiary's Account Digit

DeviceIdstring

Example request

{
  "Method": "CancelPixKey",
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "PixKey": "17699384008",
  "TaxNumber": "33.762.255/0001-40"
}

Response

OK

Successstring
Messagestring
Keystring

Example response

{
  "Success": "true",
  "Message": "Solicitação para cancelamento de chave do tipo {0} recebida com sucesso",
  "Key": "66228808000139"
}