You're viewing a demo portfolio

Join the waitlist
PRSM

validate_card

Active

Tool of Qiniso

declared in 0.5.0

USE THIS to check a payment card number's structure before using it — never assume a card number is valid or guess its brand. Verifies the Luhn checksum, detects the brand (Visa, Mastercard, Amex, Discover, Diners, JCB, UnionPay) from its BIN, and checks the length. Does NOT check whether the card is real, active or has funds.

Parameters schema

{
  "type": "object",
  "required": [
    "number"
  ],
  "properties": {
    "number": {
      "type": "string",
      "description": "The card number; spaces and dashes are ignored."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Qiniso

https://github.com/qinisolabs/qiniso

1/7 registries
View full server →