Secure Payments API Put Update Password
General
Updating account passwords is one of the account management options available through the Secure Payments (formerly PCI Wallet) API
How To
Send a PUT request to the endpoint: update-password
As mentioned in POST users, passwords expire every 90 days. If a password expires, any endpoint requiring authentication will not work because authentication doesn’t allow expired passwords.
To update an already expired password update-password
may be used. It allows valid requests even when the user password is expired.
Once the password is updated, a new set of tokens must be retrieved via POST authenticate.
See Authentication, POST users, PUT users for additional information.