Get Receipt
Retrieves the full details of a previously submitted receipt, including ZIMRA response data.
GET /api/receipt/{reference}
Path Parameters
| Parameter | Type | Description |
|---|---|---|
reference | string | The receipt reference used when signing |
Response (200 OK)
Returns the same response format as Sign Receipt.
Error Responses
| Status Code | Reason |
|---|---|
401 Unauthorized | Authentication failed |
404 Not Found | No receipt found with the given reference |