Available for Pro and Enterprise plans.
POST /api/v1/analyze
Pass your API key in the Authorization header.
Authorization: Bearer YOUR_API_KEY
{
"card_number": "5142195253514505"
}
{
"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%"
}
}