Update Partial Payment Invoice
Updates an existing invoice, including enabling or modifying partial payment configuration. You can add partial payments to an existing invoice or modify existing installment plans.
Update an invoice
Resource URL:
https://api.sandbox.irembopay.com/payments/invoices/{invoice_number}https://api.irembopay.com/payments/invoices/{invoice_number}Name
Value
Name
Type
Mandatory?
Comment
Request body
Name
Type
Mandatory?
Comments
Field Descriptions
Important Notes
Update Invoice to Enable Partial Payments Example
Response body payload
Name
Type
Mandatory?
Comments
Error codes

Path parameters
invoiceNumberstringRequired
Invoice number of the invoice to update.
Body
expiryAtstring · date-timeRequired
The expiry date of the invoice
Responses
200
Invoice updated successfully
application/json
400
Invalid request
application/json
401
Unauthorized
application/json
put
/payments/invoices/{invoiceNumber}Last updated