Track Invoice Issuance Status
Track issuance status using tracking_code/reference_code returned from the issue request.
GET
https://einvoice-api-sandbox.sepay.vn/v1/invoices/issue/check/{tracking_code}-H "Authorization: Bearer <ACCESS_TOKEN>"
- Path parameter:
| Name | Type | Required | Description |
|---|---|---|---|
tracking_code | string | Required | Tracking code from the Issue eInvoice API. |
Note
- No body required for GET.
tracking_codeis returned by the issue API.
| 400 | Bad Request Missing or invalid tracking_code. | — |
| 401 | Unauthorized Missing or invalid Bearer token. | — |
| 404 | Not Found Issuance request not found for tracking_code. | — |