curl --request GET \
  --url https://api.bmpdigital.moneyp.dev.br/api/Arquivo/Download \
  --header 'Authorization: <api-key>'

Through this endpoint, partners can download files of types 2001, 2002, 2003, and 2004. The file contents will include records and confirmations of boleto payments. If the file has not been processed, the request will not succeed.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

NumeroCedente
integer

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

NumeroCarteira
integer

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

Arquivo.Origem
enum<integer>

Indica a origem da transação no contexto CNAB.

Available options:
2001,
2002,
2003,
2004
Arquivo.TipoCNAB
enum<integer>

Especifica o tipo de arquivo CNAB.

Available options:
1,
2
Arquivo.NomeArquivo
string

Representa o nome do arquivo que esta sendo manipulado.

Response

200

Success