Invoice Detail
Get invoice details by reference_code, including buyer, items, and download links.
GET
https://einvoice-api-sandbox.sepay.vn/v1/invoices/{reference_code}-H "Authorization: Bearer <ACCESS_TOKEN>"
- Path parameter:
| Name | Type | Required | Description |
|---|---|---|---|
reference_code | string | Required | Invoice reference code. |
Note
- Use the
reference_codefrom create/issue APIs. - Bearer token required.
| 401 | Unauthorized Missing or invalid Bearer token. | — |
| 404 | Not Found Invoice not found for reference_code. | — |