Key Management
ResendPixKeyToken
This method can be used to resend the token used to confirm the ownership of a pix key (types Email or PhoneNumber only), and so be able to register it
post/ResendPixKeyToken
Request body
Example request
{
"Method": "ResendPixKeyToken",
"PartnerId": 30324,
"BusinessUnitId": 51062,
"PixKey": "17699384008",
"TaxNumber": "33.762.255/0001-40",
"PixKeyType": 2
}Response
OK
Example response
{
"Success": "true",
"Message": "Token Reenviado com Sucesso"
}