post https://api.banking.netevia.dev/api/LinkedAccount/request
This API retrieves a list of connection requests sent to the bank customer's account, where the customer has not yet confirmed the connection. It returns all pending connection requests that require the customer’s approval.
Response:
The response is an array of pending connection requests, with each object representing the details of an account that has requested access.
Explanation of Fields:
id
: The unique identifier for the connection request.nickName
: The username or nickname of the external account that is requesting access.firstName
/lastName
: The first and last name of the external account holder.dba
: Relevant for business or sub-accounts, indicating the business name under which the account operates.type
: Specifies the type of the external account requesting access:- 1: Consumer account.
- 2: Business primary account.
- 4: Business sub-account.
This API is useful for tracking pending connection requests that require the customer’s approval, providing transparency and control over external account linkages.