Authorization: Bearer ********************{
"billerId": 10,
"billParams": {
"cn": "3432423423",
"ad1": "8503928642"
},
"branchCode": "CBC865522HQTM",
"remarks": "Add CA in Pune branch",
"keyContactEmail": "[email protected]"
}curl --location --request POST 'https://pay-en-uat.enkash.in/api/v0/biller/fetchOrAddBill' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"billerId": 10,
"billParams": {
"cn": "3432423423",
"ad1": "8503928642"
},
"branchCode": "CBC865522HQTM",
"remarks": "Add CA in Pune branch",
"keyContactEmail": "[email protected]"
}'{
"response_code": 0,
"response_message": "Success",
"payload": {
"companyBillerId": "CB579708053FS",
"billNumber": "559515",
"userName": "Shreshth Khandelwal",
"billAmount": 110,
"dueDate": "2025-09-09",
"billPeriod": "1.03",
"billnetamount": 120,
"earlyPaymentAmount": 100,
"latePaymentAmount": 120,
"actualDueDate": "2025-09-09",
"statusMessage": "",
"billParams": {
"cn": "453432254354"
},
"additionalInfo": {
"Early Payment Date": "2025-09-07",
"PC": "1",
"Disconn Tag": "0",
"Bill Month": "2501",
"DTC Code": "4688962"
}
}
}