Update User’s Signing Method

This endpoint is used to update a user's signing method. This can be done, in case the user forgets their PIN. In order to update a signing method, another valid signign method has to be passed in the header.

Path Params
uuid
required

This is the UUID of the user whos signing method you want to update.

uuid
required

This is the UUID of signing method you want to update.

Body Params
string
required
length between 6 and 128

The new credential value for the signing method. Format requirements vary by type:

  • PIN: Must be exactly 6 digits
  • PASSWORD: Minimum 8 characters with complexity requirements
  • EMERGENCY_CODE: Exactly 25 characters long. Leave empty to auto-generate.
  • BIOMETRIC: A unique identifier or template hash (e.g., "face_id_template_abc123")
string

Unique identifier for the physical device used with biometric authentication. Required only when updating biometric signing methods. This links the biometric data to a specific device for enhanced security.

Headers
string
required

A valid signing method for the user. Format should be id:value. NOTE: You can choose between the Signing-Method and the Encrypted-Signing-Method

string

Use this for encrypted PIN transfers. The Encrypted-Signing-Method indicates that the signing method and the request body are encrypted. Click here to read about encrypted PIN transfers.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json