Get Account Statement
This endpoint allows you to fetch the statement of a customer’s account within a specified date range.Request Parameters
A unique identifier for the request. It is used for idempotency, ensuring that repeated requests with the same
Example:
requestId are not processed multiple times.Example:
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9The unique account number of the user or entity. This is required to specify the account that the request is targeting.
Example:
Example:
5118745523The page number to retrieve in paginated responses. Use this to specify which set of results should be returned.
Example:
Example:
1The number of results to return per page. This controls the size of each paginated response.
Example:
Example:
10The start date for filtering data, typically in
Example:
YYYY-MM-DD format. This defines the beginning of the date range for the query.Example:
2024-01-01The end date for filtering data, typically in
Example:
YYYY-MM-DD format. This defines the end of the date range for the query.Example:
2024-01-31The account number provided in the request body, used to specify the account relevant to the query or operation.
Example:
Example:
5118745523