v1

latestSwagger 2.02026-07-1472831.8 KB
Merchant Country Subdivisions

Returns country subdivisions that have Merchants offering the following services: accept contactless-enabled cards and devices, allow customers to add money to an eligible MasterCard or Maestro prepaid card, issue MasterCard Prepaid Travel cards, offer cash at checkout when paying with a Debit MasterCard or Maestro Card. A country subdivision is a segment within a country (ex state or province). Please note country subdivisions are only available for the US and Canada.

Returns country subdivisions that have Merchants offering the following services: accept contactless-enabled cards and devices, allow customers to add money to an eligible MasterCard or Maestro prepaid card, issue MasterCard Prepaid Travel cards, offer cash at checkout when paying with a Debit MasterCard or Maestro Card. A country subdivision is a segment within a country (ex state or province). Please note country subdivisions are only available for the US and Canada.

get/merchants/v1/countrysubdivision

Query parameters

detailsstring required

This is the type of merchant location. Options "acceptance.paypass" "topup.repower" "products.prepaidtravelcard" and "offers.easysavings"

countrystring required

Any three digit country code as defined in ISO 3166-1. For example "USA or "CAN"

Response

A list of all the CountrySubdivisions

Example response

{
  "CountrySubdivisions": {
    "CountrySubdivision": [
      {
        "Code": "IL",
        "Name": "ILLINOIS"
      }
    ]
  }
}