Statements are generated at the end of each month. For example, if the account was created on Aug 10, 2022, the first statement would be available on Sep 1, 2022.
ENDPOINT
- GET /v1/account/:id/statement
RESPONSE
- {
- "total": 2,
- "data": [
- {
- "month": 11,
- "year": 2021,
- "createdAt": "2021-12-01T00:00:00Z"
- },
- {
- "month": 10,
- "year": 2021,
- "createdAt": "2021-11-01T00:00:00Z"
- }
- ]
- }