Mastercard · Schema

SubmitClaimUserToken

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
token string Encrypted user data token to be used in the generated url that redirects the cardholder to the target website to submit a new claim.
View JSON Schema on GitHub

JSON Schema

mastercard-loyalty-insurance-submit-claim-user-token-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SubmitClaimUserToken",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "Encrypted user data token to be used in the generated url that redirects the cardholder to the target website to submit a new claim."
    }
  }
}