Mastercard · Schema

UserProfile

The request object for enrolling a new user to Carbon Calculator Experience API.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
cardholderName string Name of the card-holder. (format- First Name Last Name)
locale string User locale which is registered with Issuer.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-user-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserProfile",
  "type": "object",
  "description": "The request object for enrolling a new user to Carbon Calculator Experience API.",
  "properties": {
    "cardholderName": {
      "type": "string",
      "description": "Name of the card-holder. (format- First Name Last Name)"
    },
    "locale": {
      "type": "string",
      "description": "User locale which is registered with Issuer."
    }
  }
}