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:
NameTypeRequiredDescription
reference_code
stringRequired
Invoice reference code.
Note
  • Use the reference_code from create/issue APIs.
  • Bearer token required.
401
Unauthorized
Missing or invalid Bearer token.
404
Not Found
Invoice not found for reference_code.