Key Management
CancelPixKey
This method can be used to cancel a PIX key that is registered to an account.
post/CancelPixKey
Request body
Example request
{
"Method": "CancelPixKey",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"PixKey": "17699384008",
"TaxNumber": "33.762.255/0001-40"
}Response
OK
Example response
{
"Success": "true",
"Message": "Solicitação para cancelamento de chave do tipo {0} recebida com sucesso",
"Key": "66228808000139"
}