Get Account Statement
This enables you retrieve the statement on a customer’s account
A unique identifier for the request. It is used for idempotency, ensuring that repeated requests with the same requestId are not processed multiple times.
The unique account number of the user or entity. This is required to specify the account that the request is targeting.
The page number to retrieve in paginated responses. Use this to specify which set of results should be returned.
The number of results to return per page. This controls the size of each paginated response.
The start date for filtering data, typically in YYYY-MM-DD format. This defines the beginning of the date range for the query.
The end date for filtering data, typically in YYYY-MM-DD format. This defines the end of the date range for the query.
The account number provided in the request body, used to specify the account relevant to the query or operation.
Was this page helpful?