post
https://api.fiscanner.net/Vouchers/Issuing
Synchronous Processing:
This endpoint provides immediate voucher creation and returns the voucher object upon successful
creation. Unlike the saga-based endpoints, this provides immediate feedback and faster response times
for simple issuance scenarios.
File Upload Support:
The endpoint supports multipart/form-data requests with file attachments. Uploaded files are:
- Stored in the configured blob storage (typically Azure Blob Storage)
- Associated with the voucher as metadata tags
- Accessible via the returned URL for future reference
Duplicate Prevention:
The system prevents duplicate voucher creation by checking the RequestId. If a RequestId is provided
and already exists, the request is rejected. If no RequestId is provided, a new one is generated.
Event Publishing:
Upon successful creation, the system:
- Sends real-time notifications via SignalR
- Publishes domain events for downstream processing
- Updates audit trails and activity logs
Default Values:
- Currency: EUR (configurable)
- Expiration: 15 days from creation
- VoucherId: 6-character unique identifier
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…