Documentation: [Mojaloop Specification]({{ book.importedVars.mojaloop.spec.uri.doc }})
- Mojaloop API {{ book.importedVars.mojaloop.spec.version }} Specification
- [Swagger]({{ book.importedVars.mojaloop.spec.uri.api }})
Version | Info | Release Date |
---|---|---|
1.0 | Initial release | 2018-11-01 |
Documentation: Central-Ledger Service
- Central Ledger API {{ book.importedVars.central_ledger.spec.version }} Specification
- [Swagger]({{ book.importedVars.central_ledger.spec.uri.api }})
Version | Info | Release Date |
---|---|---|
3.8.3.1 | Feature/#538 FundsIn/Out Position Changes | 2018-12-11 |
3.8.3 | Initial release | 2018-11-02 |
Documentation: Central-Settlements Service
- Central Settlements API {{ book.importedVars.settlement.spec.version }} Specification
- [Swagger]({{ book.importedVars.settlement.spec.uri.api }})
Version | Info | Release Date |
---|---|---|
1.1 | Implementation driven corrections | 2019-04-03 |
1.0 | Initial release | 2018-08-31 |
Documentation: Account-Lookup Service
- ALS Oracle API {{ book.importedVars.als.oracle.spec.version }} Specification
- [Swagger]( {{ book.importedVars.als.oracle.spec.uri.api }} )
Notes:
- ALS Oracle API is based on the [Mojaloop Specification]({{ book.importedVars.mojaloop.spec.uri.doc }}) with the following main differences:
- Operations follow traditional REST API paradigms more strictly.
- Operations are synchronous with an immediate response unlike [Mojaloop Specification]({{ book.importedVars.mojaloop.spec.uri.doc }}) which provides a responds via asynchronous callbacks.
PUT /participants
is to update existing records and not a Callback as per the [Mojaloop Specification]({{ book.importedVars.mojaloop.spec.uri.doc }})GET /participants
response body returns a list of Participants, containingcurrency
.POST /participants
request body includes thecurrency
as part of each record.
Version | Info | Release Date |
---|---|---|
1.2 | Removal of duplicated currency from POST /participants payload. |
2019-05-20 |
1.1 | PUT /participants/{Type}/{ID} returns a HTTP 204 - No Content on success . This was previously returned HTTP 200 - Success POST /participants now returns a list a partyList either containing a PartyIdInfo or ErrorInformation . This provides a closer alignment to the Mojaloop Specification. |
2019-03-28 |
1.0 | Initial release | 2019-03-08 |