Bank Card Activation
Last updated
Last updated
cardId
string
false
none
Card token
Either cardId or cardNo must be provided
cardNo
Example Response
200 Response
activeStatus
integer
true
none
Activation status: 1 - Success, 2 - Failure
errMsg
string
true
{
"cardId": "card123456",
"cardNo": "1234567890",
"holderId": "holder123456",
"randomStr": "abcdef1234567890"
}
{
"activeStatus": 1,
"errMsg": "Activation successful, 1: Success, 2: Failure"
}
string
false
none
Card number
Either cardId or cardNo must be provided
holderId
string
true
none
Cardholder ID
Cardholder ID
randomStr
string
true
none
Randomstr
A random string of 32 characters
none
Status description