Skip to main content
Consulta arquivos de retorno no padrão CNAB 400.
curl --request GET \
  --url https://api.ext.dbs.moneyp.dev.br/api/Arquivo/ConsultarArquivos \
  --header 'Authorization: <api-key>'
{
  "sucesso": true,
  "mensagem": "<string>",
  "arquivosRetorno": [
    {
      "nomeArquivo": "<string>"
    }
  ]
}

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.

Through this endpoint, the partner can check the status of the sent file, whether it has been processed or not.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

NumeroCedente
integer<int32>

Código de identificação do correntista cadastrado junto a CIP.*

NumeroCarteira
integer<int32>

Número de identificação do tipo padrão de emissão de boleto.*

IncluindoJaBaixados
boolean

Indica se os registros já baixados devem ser incluídos na consulta.

Response

Success

sucesso
boolean
mensagem
string | null
arquivosRetorno
object[] | null

Lista que contém informações detalhadas sobre os arquivos de retorno processados.