Mastercard · JSON Structure

Mastercard Card Issuance Cbs Account Structure

Type: object Properties: 3
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

CbsAccount is a JSON Structure definition published by Mastercard, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

number clientId currency

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CbsAccount",
  "type": "object",
  "properties": {
    "number": {
      "type": "string"
    },
    "clientId": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    }
  }
}