GET
/
account
/
bank
/
details
/
{accountNumber}

Get Account Details

Use this endpoint to fetch the details of a specific bank account, including account balance, status, and other relevant information.


Request Parameters

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. Example: “e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9”

page
integer
required

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

pageSize
integer
required

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

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. Example: 5118745523