Track Invoice Creation Status

API to track creation status using tracking_code returned from the create invoice step.


GET
https://einvoice-api-sandbox.sepay.vn/v1/invoices/create/check/{tracking_code}
  -H "Authorization: Bearer <ACCESS_TOKEN>"
  • Path parameter:
NameTypeRequiredDescription
tracking_code
stringRequired
Tracking code returned by the Create eInvoice API.
Note
  • Use the tracking_code from the create-invoice response.
  • Bearer token required.
400
Bad Request
Missing or invalid tracking_code.
401
Unauthorized
Missing or invalid Bearer token.
404
Not Found
Request not found for tracking_code.