Mastercard · Schema

FreshCard

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
corporateCode string Unique code of a corporate.
**Conditional Mandatory*** field - Required if client type is `CORPORATE`.
View JSON Schema on GitHub

JSON Schema

mastercard-card-issuance-fresh-card-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FreshCard",
  "type": "object",
  "properties": {
    "corporateCode": {
      "type": "string",
      "description": "Unique code of a corporate. <BR/> **Conditional Mandatory**<font color='red'>* </font> field - Required if client type is `CORPORATE`."
    }
  }
}