post https://api.banking.netevia.dev/api/Partners/users/changePassword
This API endpoint allows a partner to change a customer's password without requiring OTP (One-Time Password) confirmation from Netevia. The new password must be provided in Base64 encoded format. Partners are responsible for implementing their own additional security controls before initiating the password change request.
Request:
- Method: POST
- URL: https://api.banking.netevia.dev/api/Partners/users/changePassword
- Body: JSON payload including user identification and the new password (encoded in Base64).
Use Case:
Partners who maintain their own security validations (e.g., internal identity verification, MFA, approval workflows) can directly update a customer's password without Netevia’s OTP process, offering flexibility and control over security protocols.
Important: The new password must be Base64 encoded before sending it in the API request.