{
"id": "66611f69aa78691dc597ad65",
"name": "Subscriber Apply Saving",
"type": "billpayment",
"settlement": "prepaid",
"endPointUrl": "http://jits-baseline-biller-int-service.jits-baseline-biller-int-ns.svc.cluster.local:2222/savings/v2/fundTransfer",
"requestParams": "{\"phone\":\"SENDERPHONE\",\"principle\":\"AMOUNT\",\"catalog_code\":\"CATALOGCODE\",\"catalog_name\":\"CATALOGNAME\",\"openDate\":\"OPENDATE\",\"transRefId\":\"TRANSREFID\",\"catalog\":\"CATALOG\"}",
"paramValidations": [],
"status": "active",
"billerValidations": [],
"isReversible": false,
"reversalParams": "",
"reversalUrl": "",
"ownerAggregator": {
"id": "66acb3d2184d586d8c8e83b7",
"name": "System Aggregator"
},
"referrerAggregator": ""
}curl --location --request POST '/admin/biller/updateBiller' \
--header 'Authorization: Bearer f41e8fd7-3221-4b36-8dc3-623890b2c078' \
--header 'Accept: application/json' \
--header 'User-Agent: Mozilla/5.0' \
--header 'Referer: https://wallet-admin-vpay-dev2.vinsmartfuture.tech/' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"id": "66611f69aa78691dc597ad65",
"name": "Subscriber Apply Saving",
"type": "billpayment",
"settlement": "prepaid",
"endPointUrl": "http://jits-baseline-biller-int-service.jits-baseline-biller-int-ns.svc.cluster.local:2222/savings/v2/fundTransfer",
"requestParams": "{\"phone\":\"SENDERPHONE\",\"principle\":\"AMOUNT\",\"catalog_code\":\"CATALOGCODE\",\"catalog_name\":\"CATALOGNAME\",\"openDate\":\"OPENDATE\",\"transRefId\":\"TRANSREFID\",\"catalog\":\"CATALOG\"}",
"paramValidations": [],
"status": "active",
"billerValidations": [],
"isReversible": false,
"reversalParams": "",
"reversalUrl": "",
"ownerAggregator": {
"id": "66acb3d2184d586d8c8e83b7",
"name": "System Aggregator"
},
"referrerAggregator": ""
}'