v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

get/funds-recovery/{fundsRecoveryId}

Path parameters

fundsRecoveryIdstring required

Identificador da Recuperação de Valores

Response

statusinteger
versionstring

Example response

{
  "status": 200,
  "version": "string",
  "body": {
    "fundsRecoveryId": "ca1b9c01-ff9e-4a58-90ab-d31512e15ce0",
    "status": "CREATED|TRACKED|AWAITING_ANALYSIS|ANALYSED|REFUNDING|COMPLETED|CANCELLED",
    "flowType": "AUTOMATED|INTERACTIVE",
    "rootEndToEnd": "E9999901012341234123412345678900",
    "situationType": "SCAM",
    "reportDetails": "Transação feita através de QR Code falso em boleto",
    "contactInformation": {
      "email": "abc@pix.br",
      "phone": "+5561988887777"
    },
    "creationTime": "2020-01-17T10:00:00.000Z",
    "lastModified": "2020-01-17T10:00:00.000Z",
    "trackingGraph": {
      "minTransactionAmount": 200,
      "maxTransactions": 500,
      "hopWindow": "PT24H",
      "maxHops": 10
    }
  }
}