Responses
This page showcases the responses for the einvoice API. The responses remains the same for either input type
200 (OK)
Schema
Parameter
Value
Description
Sample Response
{
"success": true,
"message": "Invoice is being processed",
"error_code": 0,
"data": {
"invoice_id": "20230619-45017",
"invoice_uuid": "4284d025-0ca2-43a8-8ae8-ad2d44f4e6a2"
}
}400 Bad Request
401 (Permission Error)
500 Server Error
503 Service Unavailable
Last updated