- Make sure that you have followed Get started with connectors, Get started with SFTP and Get started with Azure Blob Storage.
- OBPM access: An active account in the Oracle Banking Payments Manager environment.
- Network connectivity: Confirmed routing between the Oracle environment and the Grand Central (GC) iPaaS. We support these Network Connectivities.
Configuration guide
Follow these steps to initialize and authorize your OBPM connector.1. Establishing connectivity
Share the details to and from Grand Central and OBPM as mentioned on the Network connectivity page for your chosen network connection.2. Environment configuration
Set up the Azure Blob component as described in Azure Blob. You can obtain the Azure Blob variables by configuring Azure Blob. This is a mandatory component for this functionality.
Set up the SFTP component as described in SFTP. Use the environmental keys defined in the prerequisites for configuring SFTP. This is a mandatory component for this functionality.
Set up the sync-hub component as described in Sync Hub. You can obtain the ASB variables by configuring Sync Hub. This is a mandatory component for this functionality.
gc-applications-live repository.
These variables are stored in batch-payment-v0-values.yaml for outbound batch connector to send files from Grand Central to Azure Blob and batch-inbound-payment-v0-values.yaml for inbound batch connector to fetch files from Azure Blob to Grand Central
Define outbound parameters
These variables are used for connecting Grand Central to Azure Blob for sending the file.| batch-payment-v0-values.yaml | Description |
|---|---|
azure.storage.account.name | azure blob storage account name |
azure.storage.container.metadata.name | azure blob storage meta data folder name |
azure.storage.container.aggregated.name | azure blob storage aggregation folder name |
asb.event.version | Version of the Async Service Bridge (ASB) schema. |
asb.producer.apiUri | The ASB URI to send confirmation to send chunks of data. |
asb.event.topic | The ASB topic to send messages. |
asb.event.type | The ASB event type to send messages. |
asb.event.source | The ASB source to send messages. |
batch-payment-v0-values.yaml:
CustomLabels: CustomLabels are part of the Sync Hub setup. Once Sync Hub is enabled, adding the customLabels to the connector automatically invokes the Sync Hub URLs.
AccessControl: Manage Identity as mentioned in this reference is used to authenticate with the azure blob storgae. By default while setting up the azure blob storage the manage identity credentials will be created and adding the lines mentioned in the example above, you can invoke the azure blob and access control to your connector
batch-payment-v0-values.yaml needs to be placed:
Define inbound parameters
These variables are used for connecting Grand Central to Azure Blob for monitoring the file and sending payment status to Sync Hub.| batch-inbound-payment-v0-values.yaml | Description |
|---|---|
azure.storage.account.name | azure blob storage account name |
azure.storage.container.metadata.name | azure blob storage meta data folder name |
azure.storage.container.aggregated.name | azure blob storage aggregation folder name |
asb.producer.apiUri | The callback URI for receiving incoming events. |
asb.batch.status.update.event.topic | The ASB topic to send messages for batch status updates |
asb.batch.payment.status.update.event.topic | The ASB topic to send messages for payment status updates |
asb.batch.status.update.event.type | The ASB event type to send messages for batch status |
asb.batch.payment.status.update.event.type | The ASB event type to send messages for payment status |
asb.event.source | The ASB source to send messages. |
asb.event.version | Version of the Async Service Bridge (ASB) schema. |
asb.event.type | Event type of the Async Service Bridge (ASB) schema. |
batch-inbound-payment-v0-values.yaml:
CustomLabels: Custom labels are part of the Sync Hub setup. Once Sync Hub is enabled, adding the custom labels in the connector automatically invokes the Sync Hub URLs.
AccessControl: Managed Identity, as mentioned in this reference, is used to authenticate with Azure Blob Storage. By default, when setting up Azure Blob Storage, the managed identity credentials are created. By adding the lines mentioned in the example above, you can invoke Azure Blob and access control for your connector.
batch-inbound-payment-v0-values.yaml needs to be placed:
Testing your integration
To access the Payments 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> |
Inbound Status Testing: For testing the inbound connector, after configuring the SFTP component as mentioned in the prerequisites, you can automatically get the status message in the Sync Hub service bus.
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 OBPM endpoint. This typically indicates an upstream service outage at Oracle or a network routing failure.Solution: Verify the operational status of the OBPM environment with Oracle. 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 OBPM endpoint. This typically indicates an upstream service outage at Oracle or a network routing failure.Solution: Verify the operational status of the OBPM environment with Oracle. 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 Oracle portal and contact the GC 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.