Mastercard · Schema

AssignBenefitAllocation

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
cardNumber integer 16 or 19 digit PAN number that will have a segment assigned to it.
segments array List of segments that will be assigned to the pan number. Only accepts arrays containing one segment.
View JSON Schema on GitHub

JSON Schema

mastercard-benefit-allocation-service-assign-benefit-allocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AssignBenefitAllocation",
  "type": "object",
  "properties": {
    "cardNumber": {
      "type": "integer",
      "description": "16 or 19 digit PAN number that will have a segment assigned to it."
    },
    "segments": {
      "type": "array",
      "description": "List of segments that will be assigned to the pan number. Only accepts arrays containing one segment."
    }
  }
}