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
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
Example response
{
"Success": "true",
"Message": "Token confirmado."
}