Mastercard · Schema

CancelBenefitAllocation

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

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

JSON Schema

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