The relevant endpoint and https method information to unblock the pin is given below.
HTTP Method | URL |
---|---|
POST | /card/unblockPin |
Params | Type | Mandatory | Description |
---|---|---|---|
card_no | string | Yes | Card Number |
corelation_id | string | Yes | Corelation Id |
Params | Type |
---|---|
status | int |
code | string |
message | string |
payload | boolean |
REQUEST (POST) :
{
"card_no": "434610lbvqig0051",
"corelation_id": 4000001489104986
}
RESPONSE:
{
"status": 0,
"code": "200",
"message": "",
"payload": true
}