Open
Description
Currently, even though settlement is mentioned in the application, the only thing you can do is release part of the payment to the other party. This is done immediately without any back and forth.
A proper settlement requires agreement on both parts, so it should be a turn-based flow, for example:
- Party A proposes a settlement;
- Party B either accepts or makes a counter-proposal;
The two steps above repeat until an agreement is reached or someone raises a dispute.
Some extra precautions, such as timeouts, might be needed in case a given party never replies to the settlement proposal, for example.