Mastercard · Example Payload

Mastercard Card Issuance Basic Profile Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Card Issuance Basic Profile Example is an example object payload from Mastercard, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamemiddleName1middleName2lastName

Example Payload

Raw ↑
{
  "firstName": "example_value",
  "middleName1": "example_value",
  "middleName2": "example_value",
  "lastName": "example_value"
}