Mastercard · Example Payload

Mastercard Loyalty Insurance Submit Claim User Data Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Loyalty Insurance Submit Claim User Data Example is an example object payload from Mastercard, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamelastNameaddressLine1addressLine2citystatepostalCodecountryemailphonepan

Example Payload

Raw ↑
{
  "firstName": "example_value",
  "lastName": "example_value",
  "addressLine1": "example_value",
  "addressLine2": "example_value",
  "city": "example_value",
  "state": "example_value",
  "postalCode": "example_value",
  "country": "example_value",
  "email": "user@example.com",
  "phone": "example_value",
  "pan": "example_value"
}