About BillPay
You can pay multiple bills and apply vendor credit(s) to these bills via the PayBills API, RecordAPPayment API, or Bill.com UI.
This API gets you the details of a bill that was paid.
Read
Request
<API_URL_EndPoint>/Crud/Read/BillPay.json
data={
"id" : "blp01QBTQCVSIFKKb3k6"
}
Response
{
"response_status" : 0,
"response_message" : "Success",
"response_data" : {
"entity" : "BillPay",
"id" : "blp01QBTQCVSIFKKb3k6",
"billId" : "00n01BSVQBUTAKGJapyf",
"name" : "P12112401 - 0517829",
"paymentStatus" : "1",
"amount" : 985.00,
"description" : "Inv #July 2016",
"processDate" : "2016-11-27",
"createdTime" : "2016-11-24T08:33:44.000+0000",
"updatedTime" : "2016-11-24T08:33:44.000+0000",
"syncReference" : null,
"toPrintCheck" : false,
"chartOfAccountId" : "0ca01MSENFFIIEZB4oc5",
"sentPayId" : "stp01YFXIPHEJGUIBhdu",
"allowExport" : true
}
}
Resources
Parameters