Mastercard · Schema

ClaimSearch

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
claimId string Insurance claim identifier, cardholder should be able to retrieve once the claim is submitted on the target website.
postalCode string Postal code associated with insurance claim.
preferredLanguage string User's preferred language in localized ISO 639-1 format such as pt-BR
View JSON Schema on GitHub

JSON Schema

mastercard-loyalty-insurance-claim-search-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClaimSearch",
  "type": "object",
  "properties": {
    "claimId": {
      "type": "string",
      "description": "Insurance claim identifier, cardholder should be able to retrieve once the claim is submitted on the target website."
    },
    "postalCode": {
      "type": "string",
      "description": "Postal code associated with insurance claim."
    },
    "preferredLanguage": {
      "type": "string",
      "description": "User's preferred language in localized ISO 639-1 format such as pt-BR"
    }
  }
}