Skip to main content

Set MPIN

This API allows the user to set a new MPIN.

Prerequisite: The user must have validated the OTP through the " Verify OTP " API before calling this.

🔑Header Parameters

HeaderTypeRequiredDescriptionExample/ENUM
Content-typestringYesContent Type of the requestapplication/json
x-api-keystringYesAPI provided for accessx-api-key

📦Request Body Schema

FieldTypeRequiredDescriptionExample/ENUM
user_idstringYesUnique client code (UCC) assinged to the user"UCC123456"
mpinstringYesNew MPIN to be set by the user"12345"
mobile_udidstringYesUnique device identifier of the mobile deviceA1B23456
otpstringYesOTP sent to user for verification987654
api_keystringYesAPI provided by Snapsewaveabcde123456
sourcestringYesApplication source from which the user is logged in"WEBAPI" , "MOBILEAPI"

🟢Success Response- 200 Ok

FieldTypeDescriptionExample
statusstringIndicates the status of the API request"success"
codestringA Response code indicating the result of the call"s-101"
messagestringMessage confirming the MPIN was set successfully"MPIN& Fingerprint Set Successfully"
post/authentication/v1/user/mpin/reset/verify-otp