Mastercard · Schema

CustomerAccount

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
requestId string An identifier established by the customer.
View JSON Schema on GitHub

JSON Schema

mastercard-automatic-billing-updater-customer-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CustomerAccount",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "An identifier established by the customer."
    }
  }
}