We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Nick Daigneau
ServiceNow Employee

Leverage MID Server to Retrieve and Tokenize PAN

 

Objective

Learn how to maintain PCI DSS compliance during dispute intake by using ServiceNow's MID Server to orchestrate PAN retrieval from core banking systems and tokenization through a third-party provider. This article provides an overview of the integration pattern and directs customers to detailed implementation documentation.

 

What This Integration Enables

This integration pattern allows ServiceNow FSO implementations to:

  • Securely retrieve PANs from core banking systems during dispute case creation
  • Tokenize sensitive cardholder data before storing it in ServiceNow
  • Maintain PCI DSS compliance when handling PANs
  • Enable dispute management network integrations that have PAN in the request or response payloads

Architecture Approach

The solution leverages ServiceNow's MID Server to:

  • Connect to core banking systems and retrieve PAN data during dispute intake
  • Pass sensitive data to the tokenization provider via secure API calls
  • Return tokenized values to ServiceNow for storage and workflow use

This architecture ensures that PANs never transit through or persist within the ServiceNow instance directly, maintaining a clear separation between sensitive data storage and business process management.

Key Components

The integration requires several technical components working together:

  • ServiceNow MID Server with appropriate network connectivity
  • Tokenization provider subscription and API credentials
  • Core banking system APIs or data access methods
  • Custom ServiceNow integration logic and configuration
  • Security controls for authentication and authorization

Documentation Access

Detailed implementation documentation for this integration pattern is available to ServiceNow customers and partners through a knowledge base article. The documentation includes:

  • Step-by-step configuration instructions
  • Code samples and integration patterns
  • Security considerations and best practices
  • Troubleshooting guidance
  • API specifications and data flow diagrams

Link to Knowledge Base Article: KB2812436

 

Prerequisites

Organizations considering this integration should have:

  • Entitlement to the Card data security plugin [sn_data_sec]
  • MID Server deployed with appropriate network access
  • Core banking system integration capabilities
  • Technical resources familiar with ServiceNow integration patterns

Additional Considerations

This integration pattern represents one approach to PAN tokenization within ServiceNow environments. Organizations should evaluate this solution against their specific:

  • Regulatory compliance requirements
  • Existing security architecture
  • Integration complexity tolerance
  • Vendor relationships and contracts
  • Long-term data governance strategy

What's Next

Get Involved:

Happy implementing! Comment below for questions, additional assets, or to share your Dispute success stories.

Labels: Financial Services Operations, Banking, FSO, Implementation, MID Server, Disputes, Card Data Security

Version history
Last update:
2 hours ago
Updated by:
Contributors