Request due date extension
This endpoint allows you to extend the due date for a specific milestone in an escrow transaction.
Request due date extension
POST
v2/escrow/due-date/extension
Request body
milestone_id (string): The ID of the milestone for which the due date is to be extended.
due_date (string): The new due date for the milestone.
note (string): Any additional notes or comments regarding the due date extension
Response
The response is in JSON format and follows the schema
Last updated