Withdraw Remaining Funds
Headers
Name
Value
Open API
post
Authorizations
Body
contractIdstringRequiredExample:
ID (address) that identifies the escrow contract
CAZ6UQX7...disputeResolverstringRequiredExample:
Address of the user defined to resolve disputes in an escrow
GDISPUTE...XYZResponses
201
This endpoint returns an unsigned transaction in XDR format. This XDR is then used to sign the transaction using the “/helper/send-transaction” endpoint.
application/json
400
Bad request
401
Unauthorized access
429
Too Many Requests
500
Possible errors:
- Escrow not found
- None of the amounts to be transferred should be less or equal than 0
- Only the dispute resolver can execute this function
- All milestones must be released or dispute-resolved before withdrawing remaining funds
- The total amount to be transferred cannot be zero
- Insufficient funds for resolution
- An unexpected error occurred
application/json
post
/escrow/multi-release/withdraw-remaining-funds
What this Endpoint returns?
Use Example:
Last updated
Was this helpful?