Mastercard · Schema

Errors

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
Error array Errors array wrapped in an error object.
View JSON Schema on GitHub

JSON Schema

mastercard-suspected-fraud-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Errors",
  "type": "object",
  "properties": {
    "Error": {
      "type": "array",
      "description": "Errors array wrapped in an error object."
    }
  }
}