Mastercard Mdes
Connector for the mastercard-mdes API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>