PayZuDocs

Look up Pix key for payment

Returns the holder and the institution of a Pix key, with the document formatted.

Confira nosso tutorial
GEThttps://api.payzu.processamento.com/v1/user/dict
GET
/user/dict

Query Params

Pix key to look up (CPF, CNPJ, email, phone or EVP).

Responses

curl -X GET "https://api.payzu.processamento.com/v1/user/dict?key=string" \  -H "Authorization: Bearer {{token}}"
{
"pixKey": "+5511999998888",
"name": "Fulano de Tal",
"document": "***.456.789-**",
"personType": "PF",
"accountType": "CACC",
"institutionIspb": "12345678",
"institutionName": "Banco X"
}