Mastercard · Schema

ResponseIndicator

An indicator to help explain the status of the account being inquired on. Possible values are: * `VALID` = Matches the account as reported by the issuer. * `UNKNOWN` = Account number is not known to ABU or part of a participating BIN (Bank Identification Number) and/or issuer. * `NON_PARTICIPATING` = Account number is not known to ABU or part of a non-participating BIN (Bank Identification Number) and/or issuer. * `CONTACT` (C) = Contact the issuer. * `EXPIRY` (E) = The card inquired on is expired, updated expiry date returned. * `ACCOUNT_UPDATE` (A) = The card inquired on is updated, updated card number and expiry date returned.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500
View JSON Schema on GitHub

JSON Schema

mastercard-automatic-billing-updater-response-indicator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResponseIndicator",
  "type": "string",
  "description": "An indicator to help explain the status of the account being inquired on. Possible values are:\n* `VALID` = Matches the account as reported by the issuer.\n* `UNKNOWN` = Account number is not known to ABU or part of a participating BIN (Bank Identification Number) and/or issuer.\n* `NON_PARTICIPATING` = Account number is not known to ABU or part of a non-participating BIN (Bank Identification Number) and/or issuer.\n* `CONTACT` (C) = Contact the issuer.\n* `EXPIRY` (E) = The card inquired on is expired, updated expiry date returned.\n* `ACCOUNT_UPDATE` (A) = The card inquired on is updated, updated card number and expiry date returned."
}