Income Report (BETA)

The Income Report entity is recovered from institutions that support this product. Recovering this product will allow our clients download their income reports from one centered place making easy gathered the information necessary to present in the Annual Income Tax.

Income Report Schema

The Income Report object contains the metadata of the income reports files. IMPORTANT: url is valid during 1 hour, after that, users should invoke this endpoint to get a new one.

Once you have the income report file downloaded, there is no need to download again.

PropertyDescription
urlExpirable link of the income report file, it's generated on the fly every time this endpoint is called and has an expiration time of one hour.
yearYear to which the income report belongs
[
  {
    "url": "https://dev-pluggy-sa-east-1-income-reports.s3.sa-east-1.amazonaws.com/1fd7ec82-ba78-4ff5-b2d4-0d080a4703c5/2023.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAQFA3B3GIVQCICFHS%2F20230411%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230411T035635Z&X-Amz-Expires=3600&X-Amz-Signature=83f0830ee22571274bb5e0a0929e3979837938f37feeacd36e4d14a3eb3c5c25&X-Amz-SignedHeaders=host&x-id=GetObject",
    "year": 2023
  },
  {
    "url": "https://dev-pluggy-sa-east-1-income-reports.s3.sa-east-1.amazonaws.com/1fd7ec82-ba78-4ff5-b2d4-0d080a4703c5/2022.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAQFA3B3GIVQCICFHS%2F20230411%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230411T035635Z&X-Amz-Expires=3600&X-Amz-Signature=83f0830ee22571274bb5e0a0929e3979837938f37feeacd36e4d14a3eb3c5c25&X-Amz-SignedHeaders=host&x-id=GetObject",
    "year": 2022
  }
]