Mastercard · Schema

PaymentValidationStatus

Validation Response

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
accountId string Account Id
accountName string Account Name
View JSON Schema on GitHub

JSON Schema

mastercard-community-pass-payments-payment-validation-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaymentValidationStatus",
  "type": "object",
  "description": "Validation Response",
  "properties": {
    "accountId": {
      "type": "string",
      "description": "Account Id"
    },
    "accountName": {
      "type": "string",
      "description": "Account Name"
    }
  }
}