Get statements for an account
GET {{baseUrl}}/accounts/:accountId/statements
Retrieve the statement information for a given account. By default, it returns statements in order of period.end
(latest first). The data returned by this endpoint is immutable, so it will only return closed statements. The current open
statement (which is mutable) will not be returned.
RESPONSES
status: OK
[{"end_balance":{"currency":"usd","amount":888000},"id":"pst_123","period":{"start":"esse incididunt Ut nisi","end":"irure dolor"},"start_balance":{"currency":"usd","amount":888000},"document_url":"https://www.brex.com/assets/123"},{"end_balance":{"currency":"usd","amount":888000},"id":"pst_123","period":{"start":"eu consequat","end":"officia quis"},"start_balance":{"currency":"usd","amount":888000},"document_url":"https://www.brex.com/assets/123"}]