This API is for NTB customers.
When certain specific action may have to be taken based on poll results.
There are 3 types of requests based on action types
Validate Token:
{
"txnId":"LD20200506302501",
"action":"VALIDATE_OTP",
"actionParams":{
"parameters": {
"validateOTPToken" : "abvd23423423ddscsdchafshg",
}
}
}
For User Consent:
{
"txnId":"LD20200506302501",
"action":"RECORD_CONSENT_CONFIRM_CUST_DETAILS",
"actionParams":{
"parameters": {
"tnc": {
"ipAddress": "MTI3LjAuMC4x",
"requestId": "LD20200506302501",
"deviceInfo": "eb6d98bdc42af565",
"documentList": [
{
"id": 1005,
"actionData": {
"action": "PROCEED"
},
"userAction": "active offer"
}
]
}
}
}
}
For User Consent acceptance:
{
"txnId":"LD20200506302501",
"action":"RECORD_CONSENT_ACCEPT_OFFER",
"actionParams":{
"parameters": {
"tnc": {
"ipAddress": "MTI3LjAuMC4x",
"requestId": "LD20200506302501",
"deviceInfo": "eb6d98bdc42af565",
"documentList": [
{
"id": 1006,
"actionData": {
"action": "PROCEED"
},
"userAction": "active offer"
}
]
}
}
}
}