Solicitar antecipação de saque
POST
/v1/recipient/{recipient_hash}/withdraw-request/anticipation
Cria uma solicitação real de antecipação usando saldo do tipo
to_release. Ao contrário da simulação, este endpoint efetivamente
movimenta o saldo.
Autorizações
bearerAuth
Token Bearer do merchant obtido via POST /oauth2/token usando as
credenciais do merchant (não do app). Veja
Autenticação.
Tipo
HTTP (bearer)
Parâmetros
Parâmetros de Caminho
recipient_hash*
Hash do recebedor (retornado em POST /v1/recipient).
Tipo
Obrigatóriostring
Exemplo
"d9bd0dae-3274-5e5a-939f-f50d867eb652"Corpo da Requisição
application/json
JSON "value": 1000
{
}
Respostas
Antecipação criada com status 2 = pending.
application/json
POST
/v1/recipient/{recipient_hash}/withdraw-request/anticipation