- 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. Grand Central supports the options in Network connectivity.
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.
Store these variables in batch-payment-v0-values.yaml for the outbound batch connector to send files from Grand Central to Azure Blob Storage, and in batch-inbound-payment-v0-values.yaml for the inbound batch connector to fetch files from Azure Blob Storage to Grand Central.
For the full property list for each connector, including defaults and descriptions, see Reference.
Define outbound parameters
These variables are used for connecting Grand Central to Azure Blob for sending the file.
Below is a sample
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: Managed identity, as described in the connector build guide, authenticates with Azure Blob Storage. When you set up Azure Blob Storage, Azure creates the managed identity credentials. Add the lines from the example above to connect Azure Blob Storage 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.
Below is a sample
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 described in the connector build guide, authenticates with Azure Blob Storage. When you set up Azure Blob Storage, Azure creates the managed identity credentials. Add the lines from the example above to connect Azure Blob Storage and access control to your connector.
batch-inbound-payment-v0-values.yaml needs to be placed:
Testing your integration
To use 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.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.