Mastercard · Example Payload

Mastercard Card Issuance Address Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

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

Top-level fields

line1line2line3line4citystatecountryzipCode

Example Payload

Raw ↑
{
  "line1": "example_value",
  "line2": "example_value",
  "line3": "example_value",
  "line4": "example_value",
  "city": "example_value",
  "state": "example_value",
  "country": "example_value",
  "zipCode": "example_value"
}