The Thirdparty API Service is a service that implements the Mojaloop Thirdparty API.
It is stateless, and routes requests between DFSPs, PISPs and Auth-Svc components.
- admin-api-svc (previously known as central-ledger/Admin API)
The Mojaloop 3P API Specification
includes a new resource, /services/{ServiceType}
, where Participants can look up other participants based on their role
on a switch.
For 3P-API v1.0, we implemented the Services lookup inside of the Thirdparty API Service, as a static config,
PARTICIPANT_LIST_LOCAL
that responds with a PUT /services/{ServiceType}
containing a list of static ids.
Future implementations will implement this endpoint with more features, such as the ability for
hub operators to add and remove services to this list, or additional service Type
s.