https://github.com/openmf/ph-ee-connector-mojaloop-java
Java-based Mojaloop connector microservice
https://github.com/openmf/ph-ee-connector-mojaloop-java
Last synced: 4 months ago
JSON representation
Java-based Mojaloop connector microservice
- Host: GitHub
- URL: https://github.com/openmf/ph-ee-connector-mojaloop-java
- Owner: openMF
- License: mpl-2.0
- Created: 2020-02-28T21:57:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T22:59:59.000Z (5 months ago)
- Last Synced: 2026-01-22T12:08:32.288Z (5 months ago)
- Language: Java
- Size: 646 KB
- Stars: 6
- Watchers: 6
- Forks: 25
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# payment-hub-ee
Payment Hub Enterprise Edition middleware for integration to real-time payment systems.
# Zeebe worker api mapping
BPMN|Worker|Route|Endpoint|HTTP METHOD
--|--|--|--|--
party-registration-DFSPID.bpmn |party-registration-oracle |direct:get-dfsp-from-oracle |/oracle/participants/{PARTY_ID_TYPE}/${PARTY_ID}?host={oracle-host} |GET
party-registration-DFSPID.bpmn |party-registration-oracle |direct:remove-party-identifier-from-dfsp-in-oracle |/oracle/participants/{PARTY_ID_TYPE}/${PARTY_ID}?host={oracle-host} |DELETE
party-registration-DFSPID.bpmn |party-registration-oracle |direct:add-party-identifier-to-dfsp-in-oracle |/oracle/participants/{PARTY_ID_TYPE}/${PARTY_ID}?host={oracle-host} |POST
payer-fund-transfer-DFSPID.bpmn |party-lookup-request |direct:send-party-lookup |/parties/{PARTY_ID_TYPE}/{PARTY_ID}?host={als-host} |GET
payer-fund-transfer-DFSPID.bpmn |party-lookup |rest:PUT:/switch/parties/MSISDN/{partyId} |call zeebe message task |-
payer-fund-transfer-DFSPID.bpmn |quote |direct:send-quote |/quotes?host={quotes-host} |POST
payer-fund-transfer-DFSPID.bpmn |quote-callback |rest:PUT:/switch/quotes/{QUOTE_ID} |call zeebe message task |-
payer-fund-transfer-DFSPID.bpmn |quote-error |rest:PUT:/switch/quotes/{QUOTE_ID}/error |call zeebe message task |-