post https://api.banking.netevia.dev/netevia/financialAccount/
This API method allows you to open a new financial account under a specific user profile.
Functionality:
- Facilitates the creation of a new financial account tied to a specific user profile by providing the profile ID.
- Requires sending a POST request with the necessary account details, such as account type, currency, and other relevant information.
Key Features:
- Account Creation: Enables users to establish new financial accounts within the banking application.
- Profile-Specific: Links the new account directly to the user's profile for easy account management.
Response:
Returns confirmation of the newly created financial account with associated account details.
Summary:
This endpoint streamlines the process of creating financial accounts, allowing users to manage multiple accounts within the banking application, all tied to their specific profile. Ensure proper authentication and required fields in the request.