Change Milestone Status
Responsible for modifying the "status" property of a specific milestone in the escrow.
POST
escrow/change-milestone-status
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
contractId
string
ID (address) that identifies the escrow contract
milestoneIndex
string
Position that identifies the milestone within the group of milestones in the escrow
newStatus
string
New value for the "status" property within the escrow milestone
serviceProvider
string
Address of the service provider who will modify the contract's "status" property
Example of Request Body:
Possible Responses
What this Endpoint returns?
This endpoint returns the transaction unsigned so that the transaction can be signed by means of a customer wallet.
Use example (Using axios):
Was this helpful?