- Updated `mapping-service` to include WEB3-ETH-IBAN support, health check endpoint, and improved error handling for account-wallet linking. - Added new provider connection and status endpoints in `mapping-service`. - Enhanced `orchestrator` service with health check, trigger management endpoints, and improved error handling for trigger validation and submission. - Updated dependencies in `package.json` for both services, including `axios`, `uuid`, and type definitions. - Improved packet service with additional validation and error handling for packet generation and dispatching. - Introduced webhook service enhancements, including delivery retries, dead letter queue management, and webhook management endpoints.
987 B
987 B
Packet Service
Packet generation and dispatch service for non-scheme integration.
Features
- PDF packet generation from triggers
- AS4 XML packet generation
- Email dispatch with attachments
- Portal dispatch
- Acknowledgement tracking
- Event publishing
Channels
PDF- PDF document generationAS4- AS4 XML message generationEMAIL- Email dispatch with attachmentsPORTAL- Portal notification
API Endpoints
POST /v1/packets- Generate packetGET /v1/packets/:packetId- Get packetGET /v1/packets- List packetsGET /v1/packets/:packetId/download- Download packet filePOST /v1/packets/:packetId/dispatch- Dispatch packetPOST /v1/packets/:packetId/ack- Record acknowledgement
Configuration
REST_API_URL- Main REST API URL (default:http://localhost:3000)SMTP_HOST- SMTP serverSMTP_PORT- SMTP portSMTP_USER- SMTP usernameSMTP_PASS- SMTP passwordAS4_ENDPOINT- AS4 gateway endpoint