ChargeDueDateListResponseDTO

Resultado da consulta de cobranças com vencimento (Bacen)

  • cobs
    Type: array object[] · ChargeDueDateResponseDTO[]

    Cobranças com vencimento encontradas

    Response for dynamic charge with due date (COBV) creation

    • calendario
      Type: object · CalendarDueDateResponseDTO

      Calendar information for charge with due date (COBV) response

    • chave
      Type: string

      Pix key of the receiver

    • createdAt
      Type: string Format: date-time

      Creation timestamp

    • devedor
      Type: object · DebtorResponseDTO

      Debtor (payer) information in the response

    • id
      Type: string

      Unique identifier of the charge

    • infoAdicionais
      Type: array object[] · AdditionalInfoDTO[]

      Additional information list for the payer

      Additional information for the payer

    • loc
      Type: object · LocationBindResponseDTO

      Location do payload vinculada à cobrança

    • location
      Type: string

      URL do payload — o mesmo valor de loc.location, que a norma repete na raiz porque é ela que viaja no BR Code

    • pix
      Type: array object[] · PixDTO[]

      List of Pix payments received for this charge. Only present when at least one payment has been made.

      Pix recebido (Bacen)

    • pixCopiaECola
      Type: string

      Pix payload (BR Code) containing only the Location URL

    • qrCodeImage
      Type: object · QrCodeImage

      QR Code image data. Returned only if 'emitImage=true' in the request.

    • recebedor
      Type: object · CobvReceiverResponseDTO

      Receiver (recebedor) information in the cobv response

    • revisao
      Type: integer Format: int32

      Revision number of the charge. Starts at 0 on creation.

    • solicitacaoPagador
      Type: string

      Optional message/request for the payer

    • status
      Type: string enum

      Status of a dynamic charge

      values
      • ATIVA
      • CONCLUIDA
      • REMOVIDA_PELO_USUARIO_RECEBEDOR
      • REMOVIDA_PELO_PSP
    • txid
      Type: string

      Transaction identifier

    • type
      Type: string enum

      Type of QR Code

      values
      • STATIC
      • DYNAMIC
      • DYNAMIC_DUE_DATE
      • COMPOSITE
      • UNKNOWN
    • valor
      Type: object · AmountDueDateResponseDTO

      Amount information for charge with due date (COBV) response

  • parametros
    Type: object · ChargeQueryParametersDTO

    Parâmetros utilizados na consulta de cobranças

    • cnpj
      Type: string

      Filtro por CNPJ do devedor, quando informado

    • cpf
      Type: string

      Filtro por CPF do devedor, quando informado

    • fim
      Type: string Format: date-time

      Instante final do filtro (criação da cobrança), RFC 3339

    • inicio
      Type: string Format: date-time

      Instante inicial do filtro (criação da cobrança), RFC 3339

    • locationPresente
      Type: boolean

      Filtro de presença de location vinculado, quando informado

    • paginacao
      Type: object · PaginationDTO

      Paginação da consulta (Bacen)

    • status
      Type: string enum

      Status of a dynamic charge

      values
      • ATIVA
      • CONCLUIDA
      • REMOVIDA_PELO_USUARIO_RECEBEDOR
      • REMOVIDA_PELO_PSP