v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Get Card BIN Information

post/v1/cards/bin

Request body

card_binstring

The BIN of a card

Response

200

Example response

{
  "data": [
    {
      "scheme": "Visa",
      "type": "credit",
      "product": "Visa Traditional",
      "segment": "consumer",
      "country": "US",
      "bank_name": "Visa Production Support Client Bid 1"
    }
  ]
}