Mastercard · Schema

Bundles

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
bundles array List of eligible benefit bundles after a segment has been assigned to a card number.
View JSON Schema on GitHub

JSON Schema

mastercard-benefit-allocation-service-bundles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Bundles",
  "type": "object",
  "properties": {
    "bundles": {
      "type": "array",
      "description": "List of eligible benefit bundles after a segment has been assigned to a card number."
    }
  }
}