post
https://api.fiscanner.net/Vouchers/IssuingBySaga
Saga Pattern Implementation:
This endpoint utilizes the Saga pattern to manage complex, long-running transactions
that may involve multiple services and external systems. The saga orchestrator ensures:
- Data consistency across distributed services
- Proper compensation logic in case of failures
- State management throughout the workflow
- Retry policies for transient failures
Asynchronous Processing Benefits:
- Improved response times for API clients
- Better resource utilization and scalability
- Enhanced fault tolerance and recovery capabilities
- Integration with external payment and validation services
Workflow Steps:
The saga manages the following workflow:
- Validate request and create initial voucher record
- Initiate payment processing (if required)
- Perform external validations
- Finalize voucher activation
- Send notifications and update audit logs
Monitoring and Tracking:
Use the returned requestId to track the progress of the saga through monitoring endpoints
or subscribe to relevant SignalR notifications for real-time updates.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
202Saga workflow initiated successfully. Use the returned requestId for tracking.
401Authentication token is missing, invalid, or expired.