Liberar Fundos

Você libera os fundos do escrow para o provedor de serviços por meio do aprovador.

Cabeçalhos

Nome
Valor

Content-Type

application/json

x-api-key

<token>

Open API

post
Autorizações
Corpo
contractIdstringObrigatório

ID (address) that identifies the escrow contract

Example: CAZ6UQX7...
releaseSignerstringObrigatório

Address of the user in charge of releasing the escrow funds to the receiver

Example: GREL...XYZ
Respostas
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
post
/escrow/single-release/release-funds

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