This service is a FastAPI-based PayTrace ISO 20022 adapter
276
PayTrace Adapter ISO2022 is a Python/FastAPI-based PayTrace microservice container intended to support ISO message adapter capabilities within the PayTrace payment-processing platform.
The current codebase provides a service foundation with API bootstrap, environment-based configuration, PostgreSQL startup validation, health/probe endpoints, request-header validation, and Docker packaging.
.envuvGET /_healthz
GET /_probe
GET /sca/v1/
The service uses environment variables for:
docker run -d \
--name paytrace-adapter-iso2022 \
-p 8081:8081 \
--env-file .env \
openfintechlab/paytrace-adapter-iso2022:latest
curl http://localhost:8081/_healthz
curl http://localhost:8081/_probe
https://github.com/openfintechlab/paytrace-adapter-iso2022`
Python 3.11+ FastAPI Uvicorn SQLAlchemy PostgreSQL pytest Docker
Content type
Image
Digest
sha256:67c0738b5…
Size
63.7 MB
Last updated
2 months ago
docker pull openfintechlab/paytrace-adapter-iso2022