Mastercard Masterpassqr
Mastercard Masterpass QR is a QR-code payment service that lets consumers make digital payments to merchants using Mastercard-supported QR codes.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: getmerchanttransferbyref, getmerchanttransferbyid, notificationregistrationapireadby, createmerchanttransfer, createmerchantpayment, createmerchantrefund |
account-reg-ref |
string | no | — | Path parameter account-reg-ref (required by some operations). |
partnerId |
string | no | — | Path parameter partnerId (required by some operations). |
transferId |
string | no | — | Path parameter transferId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |