GET
/
account
/
bank
/
details
/
{accountNumber}
requestId
string
required

A unique identifier for the request, used for idempotency. This ensures that repeated requests with the same requestId are not processed multiple times.

page
integer
required

The page number to retrieve for paginated results. Use this parameter to control which set of results is returned.

pageSize
integer
required

The number of results to return per page. This parameter controls the size of each paginated response.

accountNumber
string
required

The unique account number of the user or entity for which the request is made. This parameter is used to identify the relevant account.