v1

latestOpenAPI 3.0.1Apache 2.02026-07-2647148658.0 KB
Bin

Bin lookup of Card Number

The Card Details API endpoints will bin lookup and provides card details.

post/api/v2/card/card-details

Headers

x-vfi-api-idempotencykeystring

Example: 63bbc548-d2de-4546-b106-880a5018461c

A value you specify that uniquely identifies this transaction. This must be used to trigger a reversal if there is a timeout.

Request body

OR

Example request

{
  "entity_id": "30b8bec8-5042-4e67-939c-5453fbe41711",
  "query_context": {
    "supported_card_brands": [
      "VISA"
    ]
  }
}

Response

The details of the bin range or card. May contain more than one record if a co-branded card.

Example response

{
  "bin_details": [
    {
      "card_brand": "VISA",
      "type": "CREDIT",
      "funding_source": "CREDIT",
      "issuer_name": "HSBC",
      "card_product": "VISA CLASSIC"
    }
  ]
}