Reset Credentials: Flow Example

An example of a reset credentials flow is described in this section.

General Flow

Every now and then, a user can't remember their password to log back in.

The described flow is an example on the APIs that should be used to reset a user credentials of digital wallet.

  1. Get a token with the privileges to change the user status and reset credentials. Request token.
  2. Check the status for the user referenced by userReference, associated with the Entity identified by entityId. Referenced user status retrieval.
  3. In case the user is blocked motive = "PIN" proceed to change the status. Update user status .
  4. Reset the credentials for the user referenced by userReference, associated with the Entity identified by entityId. This endpoint can only be executed by an administrator, and sends the new password to the user's email. Resetting the user credentials.

API Flow