iBaaS
  1. Charge Report
iBaaS
  • iBaaS
    • v1
      • Authentication
        • login webhooks
        • login
        • refresh
        • logout
      • BaaS
        • Account
          • create-description
          • Occupations
            • list
          • retrieve-from-provider
            • by-account-number
            • by-account-id
          • migrate-account
            • import-csv
            • list-account-migrated
            • create-account-in-matera
            • list-account-migration-logs
            • cancel-account
          • create
          • update
          • search
          • find
          • find-by-account-number
          • find-by-tax-id-number
          • get-balance
          • get-statement
          • inactivate
          • get-file
        • Cash In
          • make-pix-static-qr-code
          • make-pix-dynamic-qr-code
          • make-bank-slip
          • make-billing-slip
          • make-deposit
        • Cash Out
          • make-pix-transfer
          • make-pix-transfer-only-with-alias
          • make-non-priority-pix-transfer
          • make-bank-transfer
          • make-bank-slip-payment
          • make-utilities-payment
          • make-internal-transfer
          • return-internal-transfer
        • Transactions
          • get-transaction
          • get-withdraw
          • get-bank-slip-by-bar-code
          • lock-balance
          • unlock-balance
          • initiate-ted
        • Pix
          • Aliases
            • Portabilidade de Alias (Chave)
            • list
            • exclude
            • create
            • alias-verification-code
            • get-destination-alias
            • alias-portability
            • alias-portability-confirmation
            • alias-portability-cancellation
            • alias-ownership-claims
            • alias-ownership-claims-responses
            • alias-ownership-claims-cancellation
          • Med
            • iBass
              • search
              • create
              • cancel
            • list
            • search
            • find
            • create
            • sent
            • in_analysis
            • approved
            • rejected
            • cancel
            • situation-types
            • med-types
            • med-status
          • Automatic
            • Recurrence
              • List Recurrences
              • Detail Recurrence
              • Authorize Recurrence
              • Save Recurrence With Authorization
            • Billing
              • Cancel Billing Scheduled
              • List Billings Scheduled
          • get-limits
          • return-codes
          • get-participants
          • returns
          • decode-qr-code
          • text-to-qr-code
        • Cellphone Recharge
          • get-carriers
          • get-avaliable-values
          • recharge
        • Webhook
          • set-accounts-webhook
        • Limits
          • get-limits
          • request-limit-update
          • search-update-limit-requests
          • process-limit-update
        • Batches and Billings
          • Charge Report
            • generate-pdf
              POST
            • search
              POST
          • billing-slip-payers
            • search-by
            • list
            • create
            • find
            • update
            • delete
            • search
          • validate-shipment
            POST
          • shipment_file
            POST
          • send-shipment-with-json
            POST
          • download-return-file-batch-id
            GET
          • download-return-file-period
            GET
          • get-batches
            POST
          • get-batch
            GET
          • get-billings
            POST
          • get-billing
            GET
        • receipt-of-bills
          • Mudar status boleto (dev)
        • Dock
          • Catalog
            • document
          • Onboarding
            • setup-types
            • schema-and-business
            • product-processes
            • update-account
            • reg-docs
            • agree-reg-docs
            • start-instance
            • file-upload
            • pending-files
            • customer-process
            • client-proposal
            • Endpoint Sem Título
          • Account
            • get-account
            • update-status
            • list-account-entries
          • Account Manager
            • list-alias-via-account-identifier
            • create-banking-account
            • delete-banking-account
          • Pay
            • search-transfers
            • get-transfer
            • initiate-transfer
            • cancel-scheduled-transfer
          • Pix
            • create-dict-key
            • search-dicts
            • search-payments
            • send-payment
            • validate-dict
            • delete-dict-key
            • get-payment
      • Public Routers
        • validate-cnab400
  • Enums
    • PhysicalBusinessLineEnum
    • LegalBusinessLIneEnum
    • EstablishmentFormEnum
    • FinancialStatisticEnum
    • CountryEnum
    • AccountStatusEnum
    • DocumentsTypeEnum
    • MaritalStatusEnum
    • TestDataTableForPaymentSlips
    • CollectionWalletEnum
    • FineCodeEnum
    • RegistrationTypeEnum
    • Boletos
      • BillingSlipOriginTypeEnum
      • BatchBillingSlipFileTypeEnum
      • BillingSlipStatusEnum
      • OccurrenceCodeEnum
      • TitleTypeEnum
  • Esquemas
    • External Events
      • BaaS Dock
    • Ramos de Atividade
  1. Charge Report

search

Em desenvolvimento
POST
/v1/baas/charge-report/search
Última modificação:2025-05-07 12:59:13

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros Bodyapplication/json

Exemplo
{
    "account_id": "08a078ef-bbc9-483f-aeb5-830432c30110",
    "filters": [
        {
            "field": "created_at",
            "operator": ">=",
            "value": "2025-01-01"
        }
    ]
}

Respostas

🟢200Success
application/json
Body

Exemplo
{
    "account_id": "57e31294-06cd-4fcf-a009-41a4e34351e7",
    "reference_date": "2025-01-01",
    "organization_details": {
        "name": "Empresa Exemplo LTDA",
        "short_name": "EEL",
        "default_background": "images/bg_default.jpeg",
        "logo_flat": "images/inovanti_flat.png",
        "logo_square": "images/inovanti_square.jpg"
    },
    "titles_pages": {
        "summary": "movimentação resumida de cobrança (01/01/2025)",
        "details": "movimentação detalhada (01/01/2025)"
    },
    "cards": {
        "previous_position": "0,00",
        "current_position": "0,00",
        "available values": "0,00",
        "deductions": "0,00"
    },
    "positions": [
        {
            "description": "posição anterior (31/12/2024)",
            "quantity": 0,
            "value": "0,00"
        },
        {
            "description": "(+) entradas",
            "quantity": 0,
            "value": "0,00",
            "class": "blue"
        },
        {
            "description": "(-) baixas",
            "quantity": 0,
            "value": "-0,00",
            "class": "red"
        },
        {
            "description": "(-) liquidações",
            "quantity": 0,
            "value": "-0,00",
            "class": "red"
        },
        {
            "description": "(=) posição atual (01/01/2025)",
            "quantity": 0,
            "value": "0,00",
            "class": "bold"
        },
        {
            "description": "vencidas até 31/12/2024",
            "quantity": 0,
            "value": "0,00"
        },
        {
            "description": "a vencer",
            "quantity": 6,
            "value": "119.480,00",
            "class": "bold"
        },
        {
            "description": "até 31/01/2025",
            "quantity": 0,
            "value": "0,00"
        },
        {
            "description": "de 01/02/2025 à 28/02/2025",
            "quantity": 0,
            "value": "0,00"
        },
        {
            "description": "de 01/03/2025 à 31/03/2025",
            "quantity": 0,
            "value": "0,00"
        },
        {
            "description": "a partir de 01/04/2025",
            "quantity": 6,
            "value": "119.480,00"
        }
    ],
    "movements": [
        {
            "description": "principal (liquidações)",
            "value": "0,00"
        },
        {
            "description": "(-) descontos / abatimentos",
            "value": "0,00",
            "class": "red"
        },
        {
            "description": "(+) juros / multa",
            "value": "300,00",
            "class": "blue"
        },
        {
            "description": "(=) total",
            "value": "300,00",
            "class": "bold"
        }
    ],
    "summary_account": [
        {
            "description": "valores disponíveis",
            "value": "0,00"
        },
        {
            "description": "valores não liberados",
            "value": "0,00"
        },
        {
            "description": "deduções",
            "value": "0,00",
            "class": "red bold"
        },
        {
            "description": "custas",
            "value": "0,00",
            "class": "red"
        },
        {
            "description": "tarifas",
            "value": "0,00",
            "class": "red"
        }
    ],
    "titles": {
        "current_page": 1,
        "data": [
            {
                "wallet": "109",
                "payer": "AUTO POSTO BERGATON - EIRELI -",
                "taxid_number": "04241569000108",
                "type": "boleto",
                "our_number": "21059449",
                "your_number": "134548",
                "created_at": "07/05/2025",
                "due_date": "22/05/2025",
                "receiving_agency": "---",
                "start_value": "20.640,00",
                "operation_description": "processing",
                "operation_value": "0,00",
                "end_value": "0,00"
            },
            {
                "wallet": "109",
                "payer": "AUTO POSTO BERGATON - EIRELI -",
                "taxid_number": "04241569000108",
                "type": "boleto",
                "our_number": "21059450",
                "your_number": "134548",
                "created_at": "07/05/2025",
                "due_date": "23/05/2025",
                "receiving_agency": "---",
                "start_value": "20.640,00",
                "operation_description": "processing",
                "operation_value": "0,00",
                "end_value": "0,00"
            },
            {
                "wallet": "109",
                "payer": "JAUMIR MUCHELIM CALEGARINE E C",
                "taxid_number": "05439155000142",
                "type": "boleto",
                "our_number": "21059451",
                "your_number": "134555",
                "created_at": "07/05/2025",
                "due_date": "24/05/2025",
                "receiving_agency": "---",
                "start_value": "52.300,00",
                "operation_description": "processing",
                "operation_value": "0,00",
                "end_value": "0,00"
            },
            {
                "wallet": "109",
                "payer": "AUTO POSTO MARANHAO LTDA",
                "taxid_number": "11852329000520",
                "type": "boleto",
                "our_number": "21059452",
                "your_number": "134557",
                "created_at": "07/05/2025",
                "due_date": "25/05/2025",
                "receiving_agency": "---",
                "start_value": "8.632,47",
                "operation_description": "processing",
                "operation_value": "0,00",
                "end_value": "0,00"
            },
            {
                "wallet": "109",
                "payer": "AUTO POSTO MARANHAO LTDA",
                "taxid_number": "11852329000520",
                "type": "boleto",
                "our_number": "21059453",
                "your_number": "134557",
                "created_at": "07/05/2025",
                "due_date": "26/05/2025",
                "receiving_agency": "---",
                "start_value": "8.632,47",
                "operation_description": "processing",
                "operation_value": "0,00",
                "end_value": "0,00"
            },
            {
                "wallet": "109",
                "payer": "AUTO POSTO MARANHAO LTDA",
                "taxid_number": "11852329000520",
                "type": "boleto",
                "our_number": "21059454",
                "your_number": "134557",
                "created_at": "07/05/2025",
                "due_date": "27/05/2025",
                "receiving_agency": "---",
                "start_value": "8.635,06",
                "operation_description": "processing",
                "operation_value": "0,00",
                "end_value": "0,00"
            }
        ],
        "first_page_url": "http://tenant3.inovanti.local/v1/baas/charge-report/search?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://tenant3.inovanti.local/v1/baas/charge-report/search?page=1",
        "links": [
            {
                "url": null,
                "label": "« Anterior",
                "active": false
            },
            {
                "url": "http://tenant3.inovanti.local/v1/baas/charge-report/search?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "Próximo »",
                "active": false
            }
        ],
        "next_page_url": null,
        "path": "http://tenant3.inovanti.local/v1/baas/charge-report/search",
        "per_page": 15,
        "prev_page_url": null,
        "to": 6,
        "total": 6
    }
}
Página anterior
generate-pdf
Próxima página
search-by
Built with