Prerequisites
- An active FusionFabric.cloud tenant (sandbox or production) with API subscriptions for the retail banking packs used by your journeys.
- Network connectivity between FFDC or Essence and Grand Central iPaaS. For more information, see Network connectivity.
- OAuth2 client credentials (
client-id,client-secret) and a token URL from your FFDC app registration.
OAuth credentials (SOPS)
The following table lists SOPS secrets for FFDC client credentials. Setfinastra.oauth.tokenUrl in the connector values.yaml file, not in SOPS.
Test and development
gc-finastra values files omit these SOPS secret names. The connectors forward Authorization and Ocp-Apim-Subscription-Key when the gateway uses subscription-key forwarding.
Configure the connector
To configure the Finastra Essence connectors, follow these steps:-
Configure outbound connectivity to
api.fusionfabric.cloud(or your regional FFDC or Essence host). For more information, see Network connectivity. -
Configure Finastra authentication. Use OAuth2 client credentials against your FFDC token URL. Store
finastra-client-idandfinastra-client-secretin SOPS. For more information, see How to create SOPS. -
Configure the environment in
gc-applications-live. Configure connectors undervalues/gc-finastra/. Use these connector artifacts and values files:gc-finastra-party-connector:party-v2.values.yamlfor party operationsgc-finastra-deposit-connector:deposit-v0.values.yamlfor deposit accountsgc-finastra-deposit-transaction-connector:deposit-transaction-v0.values.yamlfor deposit transactions
-
Set the property keys the connectors read. Set
finastra.base.urland the Essence path properties listed in Reference. Confirm values against your environmentvalues.yamlfile. Don’t copy sandbox paths into production without validation. For example:
Testing
The following table lists the header you need for API testing.
Use
X-Request-ID on party and deposit calls for correlation.
Test the API using the Postman collection.