Mastercard · Example Payload

Mastercard Merchant Locations Merchant Search Example

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Mastercard Merchant Locations Merchant Search 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

addressLine1addressLine2citycountryCodecountrySubdivisionCodelatitudelongitudemerchantCategorymerchantTypeofferMerchantIdpostalCode

Example Payload

Raw ↑
{
  "addressLine1": "example_value",
  "addressLine2": "example_value",
  "city": "example_value",
  "countryCode": "example_value",
  "countrySubdivisionCode": "example_value",
  "latitude": "example_value",
  "longitude": "example_value",
  "merchantCategory": "example_value",
  "merchantType": "example_value",
  "offerMerchantId": "500123",
  "postalCode": "example_value"
}