When using businessID from Invoice schema example we get error "business ID supplied is NOT a valid UUID4"
used API - {{Host}}/api/v1/invoice/sign
BusinessId in payload -
business_id": "6dj03c76-1d83-4a39-a4de-51bd70547aef",
Response -
{
"code": 400,
"data": null,
"message": "error has occurred",
"error": {
"id": "693cbcf1-3a5f-4cf2-acc3-6ba047b89315",
"handler": "invoice_actions",
"details": "business ID supplied is NOT a valid UUID4",
"public_message": "validation failed: we are unable to process your request. also confirm this is not a duplicate request"
}
}
{
"code": 400,
"data": null,
"message": "error has occurred",
"error": {
"id": "693cbcf1-3a5f-4cf2-acc3-6ba047b89315",
"handler": "invoice_actions",
"details": "unable to honor this request, access is denied",
"public_message": "unable to process your request at this time, kindly try again later"
}
}
Please let me know where I can find valid Business Id for testing
We are currently integrating our application with the FIRS e-Invoicing platform and have successfully accessed the sandbox environment. However, we require a valid business_id to test invoice validation and submission via the API.
Kindly provide us with a test business_id or advise on how to generate one within the sandbox environment.
Thank you for your support.