Hello Team,
Am try to access generate IRN endpoint and am getting below response and likewise for others API.
Can anyone put me through?
{
"code": 400,
"data": null,
"message": "error has occurred",
"error": {
"id": "d509e326-9df1-44d7-b60c-6f5cf5fd2120",
"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": "d509e326-9df1-44d7-b60c-6f5cf5fd2120",
"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"
}
}