Key Management
GetPixKeyStatus
This method can be used to query the status of a pix key linked to an account
post/GetPixKeyStatus
Request body
Example request
{
"Method": "GetPixKeyStatus",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"PixKey": "17699384008",
"TaxNumber": "33.762.255/0001-40"
}Response
OK
Example response
{
"Success": "true",
"GetPixKeyStatusInfo": {
"PixKey": "17699384008",
"PixKeyType": "0",
"Status": "2",
"TaxNumber": "33.762.255/0001-40",
"Name": "Maria Júlia Soares"
}
}