Complete Virtual Card Reg
POST https://move-uat.goverapay.com/customer/card/completeRegister
Headers
UserId
ANS
Generated during user token
Authorization
ANS
Generated during User Otp Verify
Request Body
UUID
ANS (36)
Unique for each transaction
transType
INT (2)
Value : "13"
otp
ANS (4,6)
One Time Password (OTP) a confirmation code which is sent in the specific Channel Id.
“e.g. Phone Number”
Notes:
• Currently OTP lifetime is 15 mins since sent
• Currently OTP wrong attempts are 3 times.
Note : Field will be encrypted using AES Key
userpassword
ANS (4,17)
Password Pattern : Upper/Lower Case + Numbers + dot/ underscore/hyphen.
This field used in card registration. Card Password.
Note : Field will be encrypted using AES Key
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.
Sample Data:
userId : 2
Authorization : Bearer {{Token}}
{
"UUID": "1e056384-625a-43ba-9876-6ddd7d9a5d51",
"transType": "13",
"userName": "savuri",
"otp": "Qa734gjxAfZif/9BK5oJOA",
"userpassword": "XvEeCsYx/j04vhKTpChFgA",
"iPIN": "Qa734gjxAfZif/9BK5oJOA",
"cardName": "Card2"
}{
"responseCode": "00",
"responseMessage": "EBS_APPROVE",
"transType": "13",
"UUID": "1461d886-2e88-478c-a28c-24b850585701",
"cardName": "Card2",
"cardLast4Digit": "2355"
}Last updated
Was this helpful?