Mastercard · Schema

OutSubscriptionInquiry

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
subscribed boolean Indicate to the ABU Integrator if they are subscribed to the inquired account. account number for a given merchant. *`subscribed: true`: Customer is subscribed. *`subscribed: false`: Customer is not s
View JSON Schema on GitHub

JSON Schema

mastercard-automatic-billing-updater-out-subscription-inquiry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OutSubscriptionInquiry",
  "type": "object",
  "properties": {
    "subscribed": {
      "type": "boolean",
      "description": "Indicate to the ABU Integrator if they are subscribed to the inquired account. account number for a given merchant. *`subscribed: true`: Customer is subscribed. *`subscribed: false`: Customer is not subscribed."
    }
  }
}