Mastercard · Schema

Errors

The error response model used by all of our API endpoints

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
Error array a list of Error objects
View JSON Schema on GitHub

JSON Schema

mastercard-identity-insights-for-transactions-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Errors",
  "type": "object",
  "description": "The error response model used by all of our API endpoints",
  "properties": {
    "Error": {
      "type": "array",
      "description": "a list of Error objects"
    }
  }
}