API Documentation

Available for Pro and Enterprise plans.

Endpoint

POST /api/v1/analyze

Authentication

Pass your API key in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Request Body

{
  "card_number": "5142195253514505"
}

Success Response

{
  "card_number": "5142195253514505",
  "risk_score": 87,
  "bin": {
    "bin": "514219",
    "brand": "MASTERCARD",
    "bank": "CITIBANK N.A.",
    "country": "US",
    "country_name": "UNITED STATES",
    "type": "CREDIT",
    "level": "WORLD"
  },
  "vbv_check": {
    "status": "Enrolled",
    "bypass_probability": "Low",
    "enrollment_likelihood": "85%"
  }
}