{
"success": true,
"data": [
{
"type": "bank_branch_code",
"value": "01-23456",
"verification": {
"verified": true,
"description": "bank_branch_code is successfully matched against MICR digits 9-15."
}
},
{
"type": "cheque_date",
"value": "010124"
},
{
"type": "payee_name",
"value": "Jane Doe"
},
{
"type": "cheque_amount_in_word",
"value": "One Thousand Only",
"verification": {
"verified": true,
"description": "cheque_amount_in_word and cheque_amount_in_figure are matched."
}
},
{
"type": "cheque_amount_in_figure",
"value": 1000,
"verification": {
"verified": true,
"description": "cheque_amount_in_word and cheque_amount_in_figure are matched."
}
},
{
"type": "payer_name",
"value": "JOHN"
},
{
"type": "payer_account_number",
"value": "0234567890"
},
{
"type": "signature_detection",
"value": true
},
{
"type": "micr_details",
"value": {
"micr_cdv": "01",
"micr_cheque_number": "000000",
"micr_bank_code": "01",
"micr_branch_code": "23456",
"micr_payer_account_number": "1234567890",
"micr_transaction_code": "11"
},
"verification": [
{
"type": "micr_bank_code",
"verified": true,
"description": "micr_bank_code are successfully verified."
},
{
"type": "micr_branch_code",
"verified": true,
"description": "micr_branch_code are successfully verified."
}
]
}
],
"miscellaneous": {
"processedTime": 19.548214917
}
}