cURL
curl --request PUT \ --url https://api.voltview.co.uk/v1/billValidation/updateStatus \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Update the status of a specific invoice.
JWT token obtained from /v1/requestToken endpoint
ID of the invoice to update
Bill validation status
PASSED
FAILED
PENDING
Payment status
PAID
UNPAID
Additional notes
Invoice status updated successfully