Mastercard Masterpassqr
Connector for the mastercard-masterpassqr 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
getmerchanttransferbyref— GET /send/#env/v1/partners/{partnerId}/merchant/transfers — Purpose of this service is to retrieve the Transfer resource associated with a specified transfer_reference value.getmerchanttransferbyid— GET /send/#env/v1/partners/{partnerId}/merchant/transfers/{transferId} — Purpose of this service is to retrieve the Transfer resource associated with the specified transfer-id.notificationregistrationapireadby— GET /send/v1/partners/{partnerId}/notification-registries/{account-reg-ref} — This service allows Mastercard Merchant QR originating and receiving partners to retrieve the service provider's information for a registered PAN for notifications.createmerchanttransfer— POST /send/#env/v1/partners/{partnerId}/merchant/transfer — Initiates a Mastercard Merchant Presented QR purchase transaction by securing funds from a consumer’s account with a Funding Transaction and pushing funds to a merchant account with a Payment Transaction.createmerchantpayment— POST /send/#env/v1/partners/{partnerId}/merchant/transfers/payment — Initiates a Mastercard Merchant Presented QR purchase transaction by pushing funds to a merchant account.createmerchantrefund— POST /send/#env/v1/partners/{partnerId}/merchant/transfers/refund — Initiates a Mastercard Merchant Presented QR Refund transaction by pushing funds from a merchant account back to the customer's account.
Inputs
apiKey— your mastercard-masterpassqr 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: getmerchanttransferbyref
apiKey: <your key>