Statements
Download Statement
Endpoint to retrieve the presigned url to download a Statement.
post/business/v2/statements/download
Request body
Example request
{
"year": 2025,
"currency": "EUR"
}Response
The returned resource is a Statement presigned url.
Example response
{
"presigned_url": "https://my-demo-bucket.s3.amazonaws.com/example.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIOSFODNN7EXAMPLE%2F20250416%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250416T083000Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
}