ChargeDueDateResponseDTO

Response for dynamic charge with due date (COBV) creation

  • calendario
    Type: object · CalendarDueDateResponseDTO

    Calendar information for charge with due date (COBV) response

    • criacao
      Type: string Format: date-time

      Creation timestamp of the charge

    • dataDeVencimento
      Type: string Format: date

      Due date for the charge (YYYY-MM-DD)

    • validadeAposVencimento
      Type: integer Format: int32

      Number of days the charge remains valid after due date

  • 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

    • cnpj
      Type: string

      Debtor CNPJ

    • cpf
      Type: string

      Debtor CPF

    • nome
      Type: string

      Debtor name

  • id
    Type: string

    Unique identifier of the charge

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

    Additional information list for the payer

    Additional information for the payer

    • nome
      Type: string
      max length:  
      50
      required

      Name/label of the additional information field.

    • valor
      Type: string
      max length:  
      200
      required

      Value of the additional information field.

  • loc
    Type: object · LocationBindResponseDTO

    Location information in the charge response

    • id
      Type: string

      Unique identifier of the location.

    • url
      Type: string

      URL for accessing the dynamic QR Code.

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

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

    Pix payment information for a charge (COBV)

    • endToEndId
      Type: string

      End-to-end identifier of the Pix payment

    • horario
      Type: string Format: date-time

      Payment timestamp

    • infoPagador
      Type: string

      Optional information provided by the payer

    • txid
      Type: string

      Transaction identifier

    • valor
      Type: string

      Amount paid in BRL (format: 0.00)

  • 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.

    • base64
      Type: string

      Base64 encoded image data.

    • contentType
      Type: string

      Content type of the image.

  • recebedor
    Type: object · MerchantDataResponseDTO

    Merchant (receiver) information in the response

    • cidade
      Type: string

      Merchant city

    • endereco
      Type: object · AddressDTO

      Address information

    • nome
      Type: string

      Merchant name

    • taxId
      Type: string

      Merchant tax ID (CPF/CNPJ)

  • 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
    • UNKNOWN
  • valor
    Type: object · AmountDueDateResponseDTO

    Amount information for charge with due date (COBV) response

    • abatimento
      Type: object · AbatementDTO

      Abatement configuration for charge with due date

    • desconto
      Type: object · DiscountDTO

      Discount configuration for charge with due date

    • juros
      Type: object · InterestDTO

      Interest configuration for charge with due date

    • multa
      Type: object · FineDTO

      Fine configuration for charge with due date

    • original
      Type: string

      Original amount in decimal format