Mastercard · Schema

FirstPartyTrustEnrollmentResource

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
enrollmentType string Type of First Party Trust Enrollment
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-first-party-trust-enrollment-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FirstPartyTrustEnrollmentResource",
  "type": "object",
  "properties": {
    "enrollmentType": {
      "type": "string",
      "description": "Type of First Party Trust Enrollment"
    }
  }
}