API Reference

Get Withdraw

Retorno da requisição

{
  "message": "Solicitação de saque encontrada com sucesso.",
  "status": 200,
  "data": {
    "withdrawId": "29eef544-2764-4e7d-8bfe-6a3fcd12bf85",
    "value": 1.99,
    "valueLiquid": 1.99,
    "description": "Pagamento realizado com sucesso.",
    "endToEndId": "E31872495202402282310w42Nv7613X6",
    "keyPix": "12345678901",
    "txId": "hdGnDGyibehdGgioVSWf1jbN2spYnZ",
    "createdAt": "2020-10-30T00:00:00.000Z",
    "updatedAt": "2020-10-30T00:00:00.000Z",
    "completionDate": "2020-10-30T00:00:00.000Z",
    "status": "PAGO",
    "customer": {
      "fullName": "Fulano de Tal",
      "document": "12345678901"
    },
    "tags": ["#TAG1","#TAG2"],
    "identifier":"R1L5xfWfRc"
  }
}

Respostas esperadas

Status CodeDescrição
200 - OKRequisição bem sucedida.
400 - Bad RequestRequisição inválida. Geralmente acontece por envio de parâmetros inválidos ou falta de dados para a operação.
Language
Credentials
Click Try It! to start a request and see the response here!