Conciliação

Consultar conciliação de antecipações

get

Consulta operações de antecipação realizadas, para conciliação financeira no ERP do Sacado.

Autorizações
Parâmetros de consulta
anticipationDatestring · dateOpcional

Filtra títulos antecipados com data de aceite (acceptedDate) maior ou igual à informada. Formato: YYYY-MM-DD.

conciliationDatestring · dateOpcional

Filtra títulos antecipados com data de aceite (acceptedDate) igual à informada. Formato: YYYY-MM-DD.

Respostas
200
Consulta de conciliação retornada com sucesso.
application/json
get
GET /api/anticipations/conciliation HTTP/1.1
Host: api.integration.giro.tech
Authorization: Bearer JWT
Accept: */*
{
  "titles": [
    {
      "order": {
        "uid": "text"
      },
      "financialAgent": {
        "type": "INDIVIDUAL",
        "identificationNumber": "text",
        "name": "text",
        "buyerIsFinancial": true,
        "payment": {
          "type": "BANK_TRANSFER",
          "bank": "text",
          "agency": "text",
          "agencyDigit": "text",
          "account": "text",
          "accountDigit": "text"
        }
      },
      "buyerIdentification": "text",
      "providerExternalId": "text",
      "platformDiscountedValue": 1,
      "financialDiscountedValue": 1,
      "buyerDiscountedValue": 1,
      "billingFee": 1,
      "moneyTransferFee": 1,
      "originalValue": 1,
      "anticipatedDueDate": "2025-07-06",
      "acceptedDate": "2025-07-06",
      "platformCommission": "text",
      "provider": {
        "identification": "text",
        "externalId": "text",
        "bankAccount": {
          "bank": "text",
          "agency": "text",
          "agencyDigit": "text",
          "account": "text",
          "accountDigit": "text"
        }
      }
    }
  ]
}

Atualizado