Prerequisites
Before initiating the configuration, ensure you have the following credentials and connectivity in place:- Make sure that you have followed Get started with connectors.
- FIS Cardbase Access: An active account in the FIS Cardbase environment.
- Network Connectivity: Confirmed routing between the FIS Cardbase and the Grand Central (GC) iPaaS.
-
Environment details: The following table shows the environment variables needed from FIS Cardbase to configure the connector:
Key Description client-idUnique public key generated by FIS to generate OAuth Tokenclient-secretSecret password shared by FIS to generate OAuth Tokenibs-authorizationKey consisting of **RACF ID(Resource Access Control Facility user identifier )** used by FIS for authentication and access control and passwordfis.baseUrlBase url of the FIS Applicationfis.organization-idInternal identifier used to designate your financial institution within the broader FIS system and its related applicationsfis.source-idIdentifies the application invoking the API
Configuration guide
Follow these steps to initialize and authorize your FIS Cardbase connector. 1. Establish connectivity Share the following details with the Grand Central team to establish secure connectivity between Grand Central and FIS Cardbase.- Environment Details
baseUrland ‘IP address’ of FIS application. - OAuth2 Credentials:
client-idandclient-secretfor OAuth token generation. - Authorization:
ibs-authorizationdetails
gc-applications-live repository within the device-administration-v0.values.yaml file. Here we need to configure values for following parameters:
- fis.baseUrl
- fis.organization-id
- fis.source-id
Testing your integration
To access the Cards Unified API, you must include your Grand Central subscription key in the request header. If you do not have a key, please contact the Grand Central Support Team to have one provisioned.| Key | Value |
|---|---|
api-key | <your_subscription_key> |
Troubleshooting
If your connector isn’t responding as expected, check these common scenarios.5xx: Internal server error / core system is down
5xx: Internal server error / core system is down
Cause: The Grand Central (GC) gateway cannot establish a handshake with the FIS Cardbase endpoint. This typically indicates an upstream service outage at FIS or a network routing failure.Solution: Verify the operational status of the FIS Cardbase environment with FIS. If the service is operational, contact GC Support.
5xx: Timeout from core / read timeout / SocketTimeoutException
5xx: Timeout from core / read timeout / SocketTimeoutException
Cause: The Grand Central (GC) gateway cannot establish a handshake with the FIS Cardbase endpoint. This typically indicates an upstream service outage at FIS or a network routing failure.Solution: Verify the operational status of the FIS Cardbase environment with FIS. If the service is operational, contact GC Support.
Invalid OAuth token
Invalid OAuth token
Cause: The
client_id or client_secret provided during setup is incorrect.Solution: Re-verify your credentials with the FIS portal and contact the Grand Central team to update the connection.429: Rate limit exceeded
429: Rate limit exceeded
Cause: The number of incoming requests has exceeded the defined threshold for your subscription tier. This “429 Too Many Requests” response is a protective measure to ensure the stability of the Grand Central and Core Banking infrastructure.Solution: Review your application’s request patterns to identify unexpected spikes. If your business requirements have evolved and you require a higher throughput, contact the Grand Central Team to request an adjustment to your APIM rate limit policy.
Need more help?
Contact support
Reach out to the Grand Central team for assistance with environment setup or rate limit increases.