Skip to main content

Update open invoice

PUT 

/api/v1/open-invoice/:object_id

To update the open invoice expiry date

🔋 Sample Request Payload

{
"merchantCode": "842217", // Pass merchant code
"expiryDate": "2025-01-05" // "YYYY-MM-DD"
}

🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server

⚡️ Payload Details

Fields NameDescriptionRequired
merchantCodePass the merchant code✅ Yes
expiryDatePass the expiry date YYYY-MM-DD✅ Yes

📌 Path parameters details

Field NameDescriptionRequired
object_idPass the id field number from invoice object✅ Yes

Request

Responses

Invoice updated successfully. Decrypt the server response to view the result.