CardForgetPwd

This service used to reset the password using security Questions and Answer.

POST https://move-uat.goverapay.com/customer/card/forgetPassword

Headers

Name
Type
Description

UserId

ANS

Generated during User Registration

Authorization

ANS

Generated during User Otp Verify

Request Body

Name
Type
Description

iPIN

ANS (4)

Used in financial requests to authenticate the customer.

Note : Field will be encrypted using AES Key

transType

INT (2)

Value: "11"

UUID

ANS (36)

Unique for each transaction

cardName

ANS (1,30)

Name of the Card

newUserPassword

ANS (4,17)

Encrypted Card new password.

Note: Field will be encrypted using AES Key

securityQuestion

ANS (1,100)

Security Question Used to Reset the user password.

securityAnswer

ANS (4,17)

Security Question Answer Used to Reset user password.

Note:

/user/registration - Encoded using Base64 format /Card/forgetPassword service - field will be encrypted using AES key

Sample Data:

userId : 2

Authorization : Bearer {{Token}}

Last updated

Was this helpful?