Skip to main content

Wallet - Download Wallet

Introduction

This feature aims to download, synchronously, a report based on the Composition. The supported reports are:

  • wallet_composition_by_composition.xlsx
  • xml_401_by_composition.xml
  • xml_5_by_composition.xml

Request

ENDPOINT
/composition/fund_class/FUND_CLASS_KEY/report
METHOD
POST
STATUS
201
Request Body
{
"composition_type": "final_quota | pre_quota",
"report_type": "wallet_composition_by_composition | xml_401_by_composition | xml_5_by_composition",
"reference_date": "2025-01-20"
}

Response

Response Body
{
"document_b64": "BASE64"
}
Warning

To download the wallet, it must be in the final status confirmed (Confirmada), otherwise the response will be a 400.