Change Dispute Flag
Responsible for setting the escrow in dispute state. Changes the value of the escrow's "dispute_flag" property to true.
POST
escrow/change-dispute-flag
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
contractId
string
ID (address) that identifies the escrow contract
signer
string
Address of the user who will sign the transaction
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?