Skip to content
Release: Australia · Updated: 2026-04-02 · Official documentation · View source

Configuring Financial Services Operations Integration with Verifi

Configure the connection between ServiceNow FSO Dispute Management application to the Verifi Cardholder Dispute Resolution Network (CDRN) API to enable end-to-end dispute case submission and resolution.

Before you begin

Role required: admin

Contact the Verifi Issuer Integration Team to obtain the following information before you start.

Note: These values are environment-specific and must not be shared across UAT and Production.

ItemDescription
Issuer IDNumeric identifier assigned to your organization within the CDRN platform. Included in every request header and JWT payload.
Shared Secret32-character string used to sign the HMAC SHA-256 JWT. Treat as a password — store in ServiceNow Credential Store, never in plain text.
UAT Base URLhttps://verifiapitest.visa.com
Production Base URLhttps://verifiapi.visa.com

About this task

Obtain the following information from the Verifi team.

Procedure

  1. Configure the REST End Point

  2. Configure the Authentication Profile

  3. Configure the REST End Point
    The REST Endpoint record in ServiceNow® stores the base URL, API version header, and connection properties for the Verifi API. Create two endpoint records: one for UAT testing and one for Production.

  4. Configure the Authentication Profile
    The Verifi Issuer API uses JSON Web Tokens (JWT) for authentication. A fresh JWT must be generated for every API call. This section explains how to store credentials securely and how the ServiceNow® script generates and attaches the JWT.

Parent Topic:Financial Services Operations Integration with Verifi