Skip to main content
This page explains the steps you need to take before you can start using your FiservDNA connector.

Prerequisites

Before you begin, make sure that the following requirements are met:
  • You have completed the steps in Get started with connectors.
  • You have an active FiservDNA account with the necessary permissions to access the FiservDNA environment.
  • You have the necessary API credentials from FiservDNA.

Configure the fiservdna connector

To configure your connector, follow these steps:
  1. Set your APIM subscription key in the header as follows:
  • Key: api-key
  • Value: <your subscription key>
  1. Request the Grand Central team to set up a connection with FiservDNA, and provide the following:
To generate SSOTicket and Signature with the DirectSignOn API request:
  • DeviceId
  • UserId
  • Password
  • ProdEnvCd
  • ProdDefCd
To send requests to the core APIs:
  • NetworkNodeName
  • AppId
  1. Configure the FiservDNA base URL and other details in the gc-applications-live repository in the connector’s values.yaml file:
fiservdna.appId
fiservdna.networkNodeName
fiservdna.baseUrl
fiservdna.host
An example of the connector’s values.yaml file location:
├── iPaaS
└── azure/runtimes
    ├── dev
    │   └── values
    │       └── gc-fiservdna
    │           └── values.yaml
    └── test
        └── values
            └── gc-fiservdna
                └── values.yaml