Key Management
CreatePixKey
This method can be used to register a PIX key and link it to an account.
post/CreatePixKey
Request body
Example request
{
"Method": "CreatePixKey",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"PixKey": "17699384008",
"TaxNumber": "33.762.255/0001-40"
}Response
OK
Example response
{
"Success": "true",
"Message": "Solicitação para registro de chave do tipo {0} recebida com sucesso",
"Key": "85988884455",
"DocumentNumber": 123
}