---
title: "Consulta Validação de BIN"
method: POST
path: "/validabin"
tags: ["API Valida BIN"]
---

# Consulta Validação de BIN

`POST /validabin`

## Request body

- object
  - `Consulta` object
    - `IdConsulta` string, required
    - `CCBin` string, required

## Response `200`

Resposta da consulta

- object
  - `CONSULTA` object
    - `CODIGORESPOSTA` string
    - `DATAHORA` string
    - `LOGON` string
    - `IDCONSULTA` string
  - `RESPOSTA` object
    - `CODIGO` string
    - `VALIDABIN` object
      - `BIN` string
      - `BANCO` string
      - `CARTAO` string
      - `TIPO` string
      - `NIVEL` string
      - `PAIS` string
      - `CODIGO_PAIS` string
      - `SITE` string
      - `TELEFONE` string
      - `VALIDO` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/credify/apis/credify-api-auth.md) · [All operations](https://skmtc.net/credify/apis/credify-api-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credify/credify-api-auth/revisions/c8c11484ec88/schema)
