Skip to main content
GET
/
catalogos
/
bins
[
  {
    "clave": "<string>",
    "bin": "<string>",
    "tipo": "<string>",
    "status": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

clave
string
required

Clave o código del catálogo de BINs

bin
string
required

Número BIN (Bank Identification Number)

tipo
string
required

Tipo de tarjeta asociada al BIN

status
boolean
default:true
required

Estado activo/inactivo del BIN

I