Mastercard Locations
Connector for the mastercard-locations API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.mastercard.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_atms_v1_atm— GET /atms/v1/atm — Returns detailed information about an ATM location. This information can be used to display ATMs on a map, provide driving directions, or show special ATM features.get_atms_v1_country— GET /atms/v1/country — Returns countries with valid ATM locations.get_atms_v1_countrysubdivision— GET /atms/v1/countrysubdivision — Returns country subdivisions that have ATM locations. A country subdivision is a segment within a country (ex state or province). Country subdivisions are only available for the US and Canada.-
get_merchants_v1_category— GET /merchants/v1/category — Returns a list of all merchant categories for contactless and cash back merchants (example: Airline, Retail, etc.). -
get_merchants_v1_country— GET /merchants/v1/country — 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_countrysubdivision— GET /merchants/v1/countrysubdivision — 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.
Inputs
apiKey— your mastercard-locations API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_atms_v1_atm
apiKey: <your key>