Resolver Disputa de Marco
Resolve disputas de marcos de escrow distribuindo fundos ao aprovador e ao prestador de serviços conforme determinado pelo resolvedor de disputas.
Cabeçalhos
Content-Type
application/json
x-api-key
<token>
Open API
ID (address) that identifies the escrow contract
CAZ6UQX7...Address of the user defined to resolve disputes in an escrow
GDISPUTE...XYZPosition that identifies the milestone within the group of milestones in the escrow
1This endpoint returns an unsigned transaction in XDR format. This XDR is then used to sign the transaction using the “/helper/send-transaction” endpoint.
Bad request
Unauthorized access
Too Many Requests
Possible errors:
- Escrow not found
- Invalid milestone index
- None of the amounts to be transferred should be less or equal than 0
- Only the dispute resolver can execute this function
- This milestone is already released
- This milestone is already resolved
- Milestone not in dispute
- The total funds to resolve the dispute must not exceed the amount defined for this milestone
- Insufficient funds for resolution
- The total amount to be transferred cannot be zero
- An unexpected error occurred

O que este Endpoint retorna?
Este endpoint retorna a transação não assinada para que a transação possa ser assinada por meio da carteira do cliente.
Exemplo de uso:
Atualizado
Isto foi útil?