Mastercard · Example Payload

Mastercard Checkout Solutions Address Example

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Checkout Solutions 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

nameline1line2line3citystatecountryCodezip

Example Payload

Raw ↑
{
  "name": "Example Title",
  "line1": "example_value",
  "line2": "example_value",
  "line3": "example_value",
  "city": "example_value",
  "state": "example_value",
  "countryCode": "example_value",
  "zip": "example_value"
}