Payment and Payment Management
GetInfosPixKey
This method can be used to consult baking details and owner information of a pix key
post/GetInfosPixKey
Request body
Example request
{
"Method": "GetInfosPixKey",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"PixKey": "17699384008",
"PixKeyType": 1,
"TaxNumber": "33.762.255/0001-40"
}Response
OK
Example response
{
"Success": "true",
"Message": "ISI0001 - Método executado com sucesso",
"Infos": {
"ReceiverName": "Maria Júlia Soares",
"ReceiverISPB": "13203354",
"ReceiverBank": "001",
"ReceiverBankBranch": "0001",
"ReceiverBankAccount": "01241455",
"ReceiverAccountType": "19",
"PixKeyType": "2",
"PixKeyValue": "17699384008",
"ReceiverTaxNumber": "069.331.730-20"
}
}