> ## Documentation Index
> Fetch the complete documentation index at: https://bmpdocs.moneyp.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# 58 - Bills of Other Banks

> <p>Scopes:</p>
<b>api.ext api.boleto</b>

Through this endpoint, the partner can consult an already registered Assignor number.


## OpenAPI

````yaml get /api/BoletoOutrosBancos
openapi: 3.0.1
info:
  title: BMPSPBExt
  description: '<p><strong>Build Number: </strong>#0.0</p>'
  version: v1
servers:
  - url: https://api.ext.dbs.moneyp.dev.br/
    description: Localhost
security:
  - Bearer: []
paths:
  /api/BoletoOutrosBancos:
    get:
      tags:
        - BoletoOutrosBancos
      description: "<p>Scopes:</p>\r\n<b>api.ext api.boleto</b>"
      parameters:
        - name: LinhaDigitavel
          in: query
          description: Sequência numérica digitável presente no boleto bancário.
          schema:
            type: string
            description: Sequência numérica digitável presente no boleto bancário.
        - name: CodigoBarras
          in: query
          description: >-
            Sequência numérica que corresponde ao código de barras impresso no
            boleto bancário.
          schema:
            type: string
            description: >-
              Sequência numérica que corresponde ao código de barras impresso no
              boleto bancário.
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/BMPSPB.Domain.Messaging.API.Shared.Titulo.ConsultaTituloResponse
        '400':
          description: Erro de negócio
          content:
            application/json:
              schema:
                type: object
                properties:
                  sucesso:
                    type: boolean
                  mensagem:
                    type: string
        '500':
          description: Erro interno do servidor
          content:
            application/json:
              schema:
                type: object
                properties:
                  sucesso:
                    type: boolean
                  mensagem:
                    type: string
components:
  schemas:
    BMPSPB.Domain.Messaging.API.Shared.Titulo.ConsultaTituloResponse:
      type: object
      properties:
        sucesso:
          type: boolean
        mensagem:
          type: string
          nullable: true
        codigoRetorno:
          type: string
          format: uuid
        dadosTitulo:
          allOf:
            - $ref: >-
                #/components/schemas/BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloDto
          nullable: true
        juros:
          allOf:
            - $ref: >-
                #/components/schemas/BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloJurosDto
          nullable: true
        multa:
          allOf:
            - $ref: >-
                #/components/schemas/BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloMultaDto
          nullable: true
        descontos:
          type: array
          items:
            $ref: >-
              #/components/schemas/BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloDescontoDto
          nullable: true
        validacoes:
          type: array
          items:
            $ref: >-
              #/components/schemas/BMPSPB.Domain.Messaging.API.Shared.Titulo.ValidacaoDto
          nullable: true
        sucessoRetornoCM:
          type: boolean
        origemConsulta:
          allOf:
            - $ref: '#/components/schemas/BMPSPB.Infra.Enums.OrigemConsultaTitulo'
          nullable: true
        vlrTitTotal:
          type: number
          format: double
          readOnly: true
      additionalProperties: false
    BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloDto:
      type: object
      properties:
        numLinhaDigtvl:
          type: string
          nullable: true
        numCodBarras:
          type: string
          nullable: true
        nomFantsBenfcrioOr:
          type: string
          nullable: true
        dtVencTit:
          type: string
          format: date-time
          nullable: true
        cnpjCpfBenfcrioOr:
          type: string
          nullable: true
        vlrTit:
          type: number
          format: double
        tpPessoaBenfcrioOr:
          type: string
          nullable: true
        codPartDestinatario:
          type: string
          nullable: true
        numIdentcTit:
          type: string
          nullable: true
        numRefAtlCadTit:
          type: string
          nullable: true
        indrPgtoParcl:
          type: string
          nullable: true
        tpAutcRecbtVlrDivgte:
          type: string
          nullable: true
        codEspTit:
          type: integer
          format: int32
        numCtrlPart:
          type: string
          nullable: true
        ispbPartRecbdrPrincipal:
          type: string
          nullable: true
        ispbPartRecbdrAdmtd:
          type: string
          nullable: true
        numCtrlDDA:
          type: string
          nullable: true
        numSeqAtlzCadTit:
          type: string
          nullable: true
        dtHrSitTit:
          type: string
          format: date-time
        ispbPartDestinatario:
          type: string
          nullable: true
        nomRzSocBenfcrioOr:
          type: string
          nullable: true
        tpPessoaPagdr:
          type: string
          nullable: true
        cnpjCpfPagdr:
          type: string
          nullable: true
        nomRzSocPagdr:
          type: string
          nullable: true
        codMoedaCNAB:
          type: string
          nullable: true
        dtLimPgtoTit:
          type: string
          format: date-time
          nullable: true
        indrBloqPgto:
          type: string
          nullable: true
        vlrAbattTit:
          type: number
          format: double
        tpModlCalc:
          type: string
          nullable: true
        sitTitPgto:
          type: string
          nullable: true
        dtHrDDA:
          type: string
          format: date-time
        dtMovto:
          type: string
          format: date-time
        tpVlr_PercMinTit:
          type: string
          nullable: true
        vlr_PercMinTit:
          type: number
          format: double
          nullable: true
        tpVlr_PercMaxTit:
          type: string
          nullable: true
        vlr_PercMaxTit:
          type: number
          format: double
          nullable: true
        totalBaixasParciais:
          type: number
          format: double
          nullable: true
        tpIdentcSacdrAvalst:
          type: string
          nullable: true
        identcSacdrAvalst:
          type: string
          nullable: true
        nom_RzSocSacdrAvalst:
          type: string
          nullable: true
        emissor:
          type: string
          nullable: true
        result:
          type: integer
          format: int32
        tipo:
          allOf:
            - $ref: '#/components/schemas/BMPSPB.Infra.Enums.TipoTitulo'
      additionalProperties: false
    BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloJurosDto:
      type: object
      properties:
        codJurosTit:
          type: string
          nullable: true
        dtJurosTit:
          type: string
          format: date-time
          nullable: true
        vlrPercJurosTit:
          type: number
          format: double
          nullable: true
        total:
          type: number
          format: double
      additionalProperties: false
    BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloMultaDto:
      type: object
      properties:
        codMultaTit:
          type: string
          nullable: true
        dtMultaTit:
          type: string
          format: date-time
          nullable: true
        vlrPercMultaTit:
          type: number
          format: double
          nullable: true
        total:
          type: number
          format: double
      additionalProperties: false
    BMPSPB.Domain.Messaging.API.Shared.Titulo.TituloDescontoDto:
      type: object
      properties:
        codDesctTit:
          type: string
          nullable: true
        dtDesctTit:
          type: string
          format: date-time
          nullable: true
        vlrPercDesctTit:
          type: number
          format: double
          nullable: true
        total:
          type: number
          format: double
      additionalProperties: false
    BMPSPB.Domain.Messaging.API.Shared.Titulo.ValidacaoDto:
      type: object
      properties:
        mensagem:
          type: string
          nullable: true
      additionalProperties: false
    BMPSPB.Infra.Enums.OrigemConsultaTitulo:
      enum:
        - 1
        - 2
      type: integer
      description: ''
      format: int32
    BMPSPB.Infra.Enums.TipoTitulo:
      enum:
        - 1
        - 2
      type: integer
      description: ''
      format: int32
  securitySchemes:
    Bearer:
      type: apiKey
      description: Copie 'Bearer ' + token
      name: Authorization
      in: header

````