Hi All,
Can anyone help me with how to extract the hpDebitAction value from the below json format. I am using for each activity using Item as JToken. But not able to extract that information.
Thanks for the help in advance.
{
“statusDetails”: {
“success”: true,
“statusCode”: “000”
},
“validationResponse”: {
“aaTChekResponse”: “Open”,
“aaTAOAResponse”: “34567”,
“endToEndId”: “2345678”,
“paymentId”: [
“357690”
]
},
“hpDebitAction”: true
}