Skip to main content
The Grand Central OBPM Connector provides connectivity with Oracle Banking Payments Manager (OBPM), enabling payment orchestration across multiple payment channels. It supports single payment initiation, payment lifecycle management, and ancillary payment features such as fee retrieval and bank details lookup. The OBPM payment outbound connector handles all the features listed below except payment status updates. The OBPM payment inbound connector receives status updates through a dedicated JMS listener. The OBPM direct debit connector manages mandate retrieval and cancellation, and the foreign exchange connector retrieves currency exchange rates. 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.

Direct debit management

Search, retrieve, and cancel direct debit mandates.

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
Not applicableReceive status updates on initiated paymentsNo dedicated endpoint
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
To receive status updates on initiated payments, the OBPM payment inbound connector listens for information through a dedicated URL. See the Get started page for more information.
For information about the Grand Central Unified API endpoints that support these features, see Unified APIs.