v1
latestSwagger 2.02026-07-1472831.8 KBMerchant Countries
Returns countries 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.
Returns countries 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.
get/merchants/v1/country
Query parameters
detailsstring required
This is the type of merchant location. Options "acceptance.paypass" "topup.repower" "products.prepaidtravelcard" and "offers.easysavings"
Response
A list of all the countries have a certain category
Example response
{
"Countries": {
"Country": [
{
"Code": "AFG",
"Geocoding": true,
"Name": "AFGHANISTAN"
}
]
}
}