Bank Accounts
Get Account Details
This endpoint enables you retrieve the details of a specific bank account
GET
/
account
/
bank
/
details
/
{accountNumber}
requestId
string
requiredA unique identifier for the request, used for idempotency. This ensures that repeated requests with the same requestId are not processed multiple times.
page
integer
requiredThe page number to retrieve for paginated results. Use this parameter to control which set of results is returned.
pageSize
integer
requiredThe number of results to return per page. This parameter controls the size of each paginated response.
accountNumber
string
requiredThe unique account number of the user or entity for which the request is made. This parameter is used to identify the relevant account.
Was this page helpful?