UI_Admin Reset Password
POST https://move-uat.goverapay.com/customer/admin/resetPassword
Headers
Name
Type
Description
UserId
ANS
Generated during user token
Authorization
ANS
Generated during User Otp & Otp Verify
Request Body
Name
Type
Description
UUID
ANS (36)
Unique for each transaction
transType
INT (2)
value: "10"
iPIN
ANS (4)
Used in financial requests to authenticate the customer.
Note : Field will be encrypted using AES Key
cardName
ANS (1,30)
Name of the Card
newPassword
ANS (4,17)
Encrypted Card new password.
Note: Field will be encrypted using AES Key
Sample Data:
userId : 2
Authorization : Bearer {{Token}}
{
"UUID": "1e056384-625a-43ba-9876-6ddd7d9a5d51",
"transType":"10",
"iPIN": "zRuDIfFXILHlHxLBGrO4eA",
"cardName": "Card1",
"newPassword": "CLbOmMjnwoBZQTOoZDUtRA"
}{
"responseCode": "0",
"responseMessage": "EBS_APPROVE",
"transType": "10",
"UUID": "5ca5bf0a-5b8a-4490-aec4-b76a8ca1dac3"
}Last updated
Was this helpful?