Distribute Escrow Earnings
You release the escrow funds to the service provider through the approver.
POST
escrow/distribute-escrow-earnings
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
contractId
string
ID (address) that identifies the escrow contract
releaseSigner
string
Address of the signatory in charge of releasing the escrow funds.
Example of request body:
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?