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" });
Purpose of this service is to retrieve the Transfer resource associated with …
curl \
  /send/#env/v1/partners/{partnerId}/merchant/transfers
Purpose of this service is to retrieve the Transfer resource associated with …
curl \
  /send/#env/v1/partners/{partnerId}/merchant/transfers/{transferId}
This service allows Mastercard Merchant QR originating and receiving partners…
curl \
  /send/v1/partners/{partnerId}/notification-registries/{account-reg-ref}
SDK on GitHub 📄 API Docs
SDK
connect-web-sdk
TypeScript
API
mastercard.com
mastercard.com:masterpassqr
At a glance
Language TypeScript
Endpoints15
✓ Official