v1

latestOpenAPI 3.1.0Proprietary2026-07-1434570540.9 KB
Escrow

Cast an arbitration vote

Records an arbitration council member's binding vote on a dispute. For a partial_release vote, clientPct and providerPct are required and must sum to 100. Council members cannot be a party to the escrow.

post/escrow/{id}/dispute/vote

Path parameters

idstring required

Escrow id.

Request body

actorstring

Voting council member @handle (the SDK also accepts councilMember as the actor).

clientPctinteger

Percentage awarded to the client (required for partial_release; must sum with providerPct to 100).

providerPctinteger

Percentage awarded to the provider (required for partial_release; must sum with clientPct to 100).

rationalestring

Optional rationale for the vote.

vote'full_release' | 'full_refund' | 'partial_release' required

The council member's vote.

Response

OK

object required