Reject external account

The POST /netevia/externalAccount/reject/{profileId} API method allows users to reject an external bank account associated with a specific user profile. By sending a request to this endpoint and providing the appropriate profile ID, users can disapprove or terminate the connection of an external account to their banking application. This operation is essential for maintaining control over linked accounts and requires proper authentication and authorization to ensure secure handling of sensitive information.

Functionality

  • Profile Identification: The API identifies the user profile associated with the provided profile ID to determine which external account is being rejected.
  • Request Validation: The API checks that the requestor has the necessary permissions to reject the external account, ensuring that only authorized users can perform this action.
  • Account Rejection Processing: Upon successful validation, the API processes the rejection by updating the status of the external account to disapproved or terminated, effectively removing it from the userโ€™s profile.
  • Confirmation Notification: The system prepares a confirmation message to inform the user that the external account has been successfully rejected.

๐Ÿ“˜

Summary:

The POST /netevia/externalAccount/reject/{profileId} API is a crucial tool for users looking to manage their external bank accounts linked to their profiles in a banking application. By allowing for the rejection of external accounts, this API enhances user control and ensures that only desired accounts remain connected. With a focus on security, immediate processing, and clear communication, users can confidently handle their external banking relationships, ensuring a secure and streamlined banking experience.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!