Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Mastercard Spoke

Integrate your ServiceNow instance with Mastercard’s Mastercom API Suite and Mastercom Extended APIs to manage the full card dispute lifecycle. Handle tasks such as searching transactions, creating claims, and processing chargebacks, pre-arbitration, and arbitration case filings efficiently.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Mastercard Spoke v3.0.1 is the latest version.

Supported version

This spoke was built for Mastercom v6.

Key features

Mastercard Spoke enables a flow designer to build workflows using actions that invoke Mastercom. This includes the ability to:

  • Search transactions
  • Create claims and initiate chargebacks
  • Manage seamless filing of pre-arbitration and arbitration cases
  • Collaborate with merchants to prevent chargebacks
  • Monitor disputes throughout the dispute lifecycle
  • Expedite the end-to-end dispute management process

Spoke requirements

  • Integration Hub subscription
  • Mastercard configuration details such as, certificate, key alias, consumer key, and keystore password

Spoke dependencies

Ensure that these dependent plugins are installed:

  • ServiceNow Integration Hub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Integration Hub Action Step - REST (com.glide.hub.action_step.rest)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke actions

The Mastercard Spoke provides actions to simplify card dispute resolution. Available actions include:

  • Actions with sensitive information - These actions contain sensitive information in the request and response body. When using Mastercom APIs, it is recommended to use a Tokenization solution. This involves using a request builder to securely create requests and a response parser to handle encrypted API responses.

    CategoryActionDescription
    Mastercom Chargeback ManagementLook up Chargeback Documents Request BuilderRetrieves and parses chargeback-related documents in the required format.
    Look up Chargeback Documents Response Parser
    Mastercom Case Filing ManagementCreate Case Request BuilderAllows issuers or acquirers to file a pre-arbitration, arbitration, pre-compliance, or compliance case and optionally upload documents. They can also use the endpoint to create an Expedited Billing Dispute Form (EBDF) and attach it to the claim.
    Create Case Response Parser
    Look up Case Documents Request BuilderRetrieves and parses documents associated with a case in the preferred format.
    Look up Case Documents Response Parser
    TransactionsLook up Authorization Details of Transaction Request BuilderRetrieves and parses authorization details for the original transaction involved in the claim.
    Look up Authorization Details of Transaction Response Parser
    Look up clearing Details of Transaction Request BuilderRetrieves and parses clearing details for the original transaction involved in the claim.
    Look up Clearing Details of Transaction Response Parser
    Look up Transactions Request BuilderSearches for and parses information about an original transaction to support claim-related actions.
    Look up Transactions Response Parser
    ClaimsLook up Claims in a Queue Request BuilderRetrieves and parses a list of claims in the queue within the specified date range.
    Look up Claims in a Queue Response Parser
    Look up Claim Details by Claim ID Request BuilderRetrieves and parses detailed information about a specific claim and its associated cases.
    Look up Claim Details by Claim ID Response Parser

    The following example illustrates the solution overview when it integrates with a Tokenization solution:

Image omitted: spoke-mastercard-flow.jpg
Tokenization solution overview.
  • Actions with non-sensitive information - You can directly invoke these Mastercom APIs from your ServiceNow instance.
CategoryActionDescription
Mastercom Case Filing ManagementLook up Cases StatusAllows issuers and acquirers search for the status of documents for a specific list of cases.
Take Action on CaseAllows issuers or acquirers take action on a case filing, such as accept, reject, rebut, escalate, or withdraw, with or without attaching documents.
Look up List of ClaimsAllows issuers or acquirers retrieve a list of claims associated with the existing cases.
Mastercom Chargeback ManagementAcknowledge ChargebacksMoves a chargeback or second representment from the Unworked queue to the Worked queue.
Create ChargebackCreates chargebacks and second presentments with the option to upload supporting documents.
Load Data for ChargebacksObtains information about a potential first chargeback or second presentment before creating the chargeback.
Look up Chargeback DocumentsRetrieves documents in the required format associated with the chargeback type.
Look up Chargeback Image StatusRetrieves documents with a status \(completed, pending, failed, unavailable, or document not applicable\) for chargebacks.
Look up Status of Chargebacks

Retrieves the status of documents for a specific list of claim IDs and chargeback IDs.

Note: Issuers and acquirers can send a maximum of 2,000 chargeback IDs in a single request.

Reverse ChargebackReverses an existing chargeback when the issuer or acquirer creates a chargeback in error.
Update ChargebackUpdates existing chargebacks with memos or documents.
Mastercom Claim ManagementCreate ClaimIssuers use this endpoint to create a claim, which is required before creating a retrieval request or a first chargeback.
Take Action on Existing ClaimIssuers use this endpoint to perform operations \(reopen or close\) on an existing claim.
Mastercom Fraud ManagementCreate FraudCreates a fraud item when the issuer determines that a transaction was fraudulent. Note: Mastercom enables issuers to create fraud items in the Fraud and Loss database. However, issuers must use the Fraud and Loss application to make further updates to fraud items.
Look up Fraud Related InformationIssuers use this endpoint to obtain fraud-related information associated with a claim before creating a fraud item for the claim.
Mastercom Queues ManagementLook up Queue NamesRetrieves a list of queue names.
Health CheckLook up API Suite HealthRetrieves the status of the Mastercom API suite.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

For information about setting up the spoke, see Set up Mastercard spoke