Confirm Invoice transmission
Name
Type
Description
Field
Type
Description
{
"irn": "INV00XXX-3D97BAOA-20240917"
}{
"success": true,
"status_code": 200,
"message": "Invoice confirmed successfully!",
"data": {
"confirmation": { ok: true }
}
}{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}Last updated