> For the complete documentation index, see [llms.txt](https://docs.stric.com.br/documentacao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stric.com.br/documentacao/pix/validar-chave-pix.md).

# Validar Chave PIX

## Validar informações de um chave PIX

<mark style="color:green;">`POST`</mark> `https://dev.stric.com.br/pix/keys/info`

#### Headers

| Name                                            | Type   | Description               |
| ----------------------------------------------- | ------ | ------------------------- |
| authorization<mark style="color:red;">\*</mark> | String | Bearer Token              |
| account<mark style="color:red;">\*</mark>       | String | ID da conta a ser operada |

#### Request Body

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| key<mark style="color:red;">\*</mark> | String | Chave PIX   |

{% tabs %}
{% tab title="200: OK Caso de sucesso" %}

```javascript
{
    "id": 138917,
    "info": {
        "ReceiverName": "GIOVANNI YAGO CAVALCANTI",
        "ReceiverBank": "450",
        "ReceiverBankBranch": "1",
        "ReceiverBankAccount": "188848524",
        "ReceiverBankAccountDigit": "7",
        "ReceiverAccountType": "0",
        "PixKeyType": "4",
        "PixKeyValue": "a4b97c05-28f9-4e7d-a4ac-9f75d53e6f8e",
        "ReceiverTaxNumber": "88542190963"
    }
}
```

{% endtab %}
{% endtabs %}
