Skip to main content
The Grand Central OBPM Connector provides connectivity with Oracle Banking Payments Manager (OBPM), enabling payment orchestration across multiple payment channels. The connector family includes:
  • OBPM payment outbound Connector: Payment initiation and lifecycle management, payee contact synchronization (create and update), fee retrieval, bank details lookup, and other outbound features. Doesn’t handle payment status updates.
  • OBPM payment inbound Connector: Status updates, recurring payment schedules, and off-channel payment ingestion (FPS and internal payments) from the payments core using dedicated JMS queues.
  • OBPM direct debit Connector: Mandate search, retrieval, and cancellation.
  • Flexcube foreign exchange Connector: Currency exchange rate retrieval.
Versions supported: 14.5, 14.7

Use cases supported

Payment initiation

Initiate single, recurring payments across supported payment schemes.

Payment management

Manage payment lifecycle including modifications and cancellations.

Payee synchronization

Synchronize beneficiary and payee information with OBPM, including create and update operations.

Direct debit management

Search, retrieve, and cancel direct debit mandates.

Payment ingestion

Receive recurring payment schedules and off-channel payments from the payments core.

Ancillary features

Retrieve bank details, payment fees, exchange rates, and holiday calendars.

Supported Grand Central endpoints

The OBPM Connector supports the following operations from the Grand Central Unified API:
MethodOperationEndpoint
POSTInitiate a single, recurring paymentbaseURL/payments
PATCHCancel a future-dated paymentbaseURL/payments/{externalReferenceNo}/cancel
N/AReceive status updates on initiated paymentsN/A
N/AReceive recurring payment schedules from the payments coreN/A
N/AReceive off-channel (FPS and internal) payments from the payments coreN/A
POSTFetch bank holiday calendar informationbaseURL/bank-payment-calendar/search
POSTFetch bank name and address detailsbaseURL/payments/fetch-bank-details
POSTRetrieve fees applicable for a paymentbaseURL/payments/fetch-fees
PATCHSearch direct debit mandatesbaseURL/mandates/searches
GETRetrieve direct debit by mandate IDbaseURL/mandates/{directDebitMandateId}
PATCHTerminate direct debit by mandate IDbaseURL/mandates/{directDebitMandateId}
GETRetrieve exchange rate applicable for a paymentbaseURL/parties/{{partyId}}/currency-exchanges/rates
POSTCreate payeesbaseURL/payments/payee
PATCHDelete or update existing payeesbaseURL/payments/payee
To receive status updates on initiated payments, recurring payment schedules, and off-channel payments from the payments core, the OBPM payment inbound Connector listens to dedicated JMS queues. For more information, see Get started. The payee contact sync feature validates the incoming JSON payload against the unified spec schema and performs XSLT transformation to convert the request into the XML format expected by OBPM.
For more information about the Grand Central Unified API endpoints that support these features, see Unified APIs. For a complete list of Grand Central error codes and vendor mappings, see Error codes.