Using connect-web-sdk with mastercard.com

TypeScript integration

✓ Official SDK

Install

npm install connect-web-sdk

Quick start

import Connect_web_sdk from 'connect-web-sdk';

const client = new Connect_web_sdk({ apiKey: "YOUR_API_KEY" });
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
SDK on GitHub 📄 API Docs
SDK
connect-web-sdk
TypeScript
API
mastercard.com
mastercard.com:Locations

At a glance

Language TypeScript
Endpoints7
✓ Official