2.5 Oracle Banking Digital Experience Integration
This topic provides the integration of digital experience for Oracle FLEXCUBE Universal Banking.
Table 2-7 Oracle Banking Digital Experience Integration
S.No | Consumer System | Service URL | Service Description | Remarks |
---|---|---|---|---|
1 | OBDX | http://host:port/api-gateway/oblm-maintenance-services/account?isNotional=N&customerId={customerId} | (GET) API to fetch Internal accounts | {customerId} – replace with actual customerId |
2 | OBDX | http://host:port/api-gateway/oblm-maintenance-services/branch | (GET) API to fetch Branch details | - |
3 | OBDX | http://host:port/api-gateway/oblm-cash-concentration-services/instruction | (GET) API to fetch Instruction Details | - |
4 | OBDX | http://host:port/api-gateway/oblm-maintenance-services/frequency | (GET) API to fetch Frequency Details | - |
5 | OBDX | http://host:port/api-gateway/oblm-maintenance-services/currency | (GET) API to fetch Currency details | - |
6 | OBDX | http://host:port/api-gateway/oblm-structure-services/structure?customerId={customerId} | (GET) API to fetch structure details | {customerId} – replace with actual customerId |
7 | OBDX | http://host:port/api-gateway/oblm-structure-services/structure/{id}?customerId={customerId}&version=latest | (GET) API to fetch latest version of structure based on keyID |
{customerId} – replace with actual customerId {id} – ID of structure which needs to be fetched |
8 | OBDX | http://host:port/api-gateway/oblm-sweep-services/sweepmonitor?customerId={customerId}&bookDateTo={bookDateTo}&bookDateFrom={bookDateFrom}&structureId={structureId} | (GET) API to fetch Sweep Logs for structures |
Date format for bookDateFrom and bookDateTo is YYYY-MM-DD {strucureId} – StructureId for which sweep log is fetched |
9 | OBDX | http://host:port/api-gateway/oblm-dashboard-services/scheduledsweeps?fromDate={fromDt}&toDate={toDt}&customerId={customerId} | (GET) API to fetch Upcoming structures Sweep | Date format for fromDt and toDt is YYYY-MM-DD |
10 | OBDX | http://host:port/api-gateway/oblm-pool-services/pool/log?customerId={customerId}&bookDateTo={bookDateTo}&bookDateFrom={bookDateFrom}&structureId={structureId}&filterBy={status} | (GET) API to fetch Pool structure logs | - |
11 | OBDX | http://host:port/api-gateway/oblm-sweep-services/sweepservice/executesweepobdx | (POST) API to execute structure sweep manually | Refer to Oracle Banking Digital Experience section in Request Payload Samples for sample request payload |
12 | OBDX | http://host:port/api-gateway/oblm-structure-services/structure/createExternal | (POST) API to create Structure | Refer to Oracle Banking Digital Experience section in Request Payload Samples for sample request payload |
13 | OBDX | http://host:port/api-gateway/oblm-structure-services/structure/modifyExternal | (POST) API to Modify Structure | Refer to Oracle Banking Digital Experience section in Request Payload Samples for sample request payload |
14 | OBDX | {{HOST}}/api-gateway/vamlm-charge-services/service/chargeInquiry?fromDate={{date}}&toDate={{date}}&applicationCode=LMCHG&realCustomerNo={{customernumber}} | (GET) API to fetch charge details | - |
15 | OBDX | {{HOST}}/api-gateway/vamlm-charge-services/service/ chargedefinition | (GET) API to get all valid chargedefinition. This endpoint will be used to Get all valid chargedefinition maintenance records. | - |
Parent topic: Integration Services