curl --request GET \
  --url https://api.ext.dbs.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
NumeroCarteira
integer
Arquivo.Origem
enum<integer>
Available options:
2001,
2002,
2003,
2004
Arquivo.TipoCNAB
enum<integer>
Available options:
1,
2
Arquivo.NomeArquivo
string

Response

200

Success