mastercard.com

The Locations API provides access to MasterCard's ATM and Merchant location database

7 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (7 total)

connect-web-sdk ✓ Official
npm install connect-web-sdk
# Maven: see https://github.com/Mastercard/xmlsignverify-core-java
gateway-android-sdk ✓ Official
# Maven: see https://github.com/Mastercard-Gateway/gateway-android-sdk
# Maven: see https://github.com/marcoblos/mastercard-mpgs-sdk
sdk-core-php ✓ Official
composer require sdk-core-php
gateway-ios-sdk ✓ Official
# See https://github.com/Mastercard-Gateway/gateway-ios-sdk
# See https://github.com/Mastercard/masterpass-qr-core-sdk-ios
curl examples
Returns detailed information about an ATM location. This information can be …
curl \
  /atms/v1/atm
Returns countries with valid ATM locations.
curl \
  /atms/v1/country
Returns countries that have Merchants offering the following services: accept…
curl \
  /merchants/v1/country
Endpoints (7 total)
GET
/atms/v1/atm
Returns detailed information about an ATM location. This information can be …
GET
/atms/v1/country
Returns countries with valid ATM locations.
GET
/merchants/v1/country
Returns countries that have Merchants offering the following services: accept…
GET
/merchants/v1/category
Returns a list of all merchant categories for contactless and cash back merch…
GET
/merchants/v1/merchant
Returns merchant location information for merchants offering the following se…
GET
/atms/v1/countrysubdivision
Returns country subdivisions that have ATM locations. A country subdivision …
GET
/merchants/v1/countrysubdivision
Returns country subdivisions that have Merchants offering the following servi…
At a glance
Total SDKs7
Languages5
Endpoints7