Mastercard Mdes
Mastercard Digital Enablement Service is a tokenization platform that replaces card numbers with digital tokens for secure mobile, online, and connected-device payments.
- Base URL:
https://api.mastercard.com/mdes/csapi/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_systemstatus— GET /systemstatus — Returns the overall system status of the Mastercard Digital Enablement Service.post_accountholdermessaging— POST /accountholdermessaging — Allows issuers to display customized messages per token within the Apple Pay walpost_search— POST /search — Provides the ability to search for tokens based on Account PAN, Alternate Accounpost_token_activate— POST /token/activate — Used to activate a token for a digitization that has been approved and provisionpost_token_activationmethods— POST /token/activationmethods — Used to retrieve the available Activation Methods for a token that is awaiting apost_token_comments— POST /token/comments — Used to retrieve all comments associated with a token. Typically the response in
Inputs
apiKey— your mastercard-mdes 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_systemstatus
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: get_systemstatus, post_accountholdermessaging, post_search, post_token_activate, post_token_activationmethods, post_token_comments |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |